scm.pub.transport
Class ChangeRequestHistory_d

java.lang.Object
  extended byscm.pub.transport.ChangeRequestHistory_d

public final class ChangeRequestHistory_d
extends java.lang.Object

ChangeRequestHistory_d


Constructor Summary
ChangeRequestHistory_d(scm.transport.CRHistory_d crh)
          Construct a new ChangeRequestHistory_d object with the supplied CRHistory_p object
 
Method Summary
 java.lang.String getAuxInfo()
          Get any auxillary information associated with this history element.
 java.lang.String getBeginDate()
          Get the date that this CR transitioned into this state.
 java.lang.String getEndDate()
          Get the date that this CR transitioned out of this state.
 java.lang.String getPhase()
          Get the LifeCycle Phase associated with this history element.
 java.lang.String getUser()
          Get the User associated with this transition
 java.lang.String toString()
          Convert this object into a String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangeRequestHistory_d

public ChangeRequestHistory_d(scm.transport.CRHistory_d crh)
                       throws java.lang.Exception
Construct a new ChangeRequestHistory_d object with the supplied CRHistory_p object

Throws:
java.lang.Exception - If the attributes of the persistent object cannot be accessed.
Method Detail

getUser

public java.lang.String getUser()
Get the User associated with this transition

Returns:
The User Name as a String.

getBeginDate

public java.lang.String getBeginDate()
Get the date that this CR transitioned into this state.

Returns:
The Date as a String.

getEndDate

public java.lang.String getEndDate()
Get the date that this CR transitioned out of this state.

Returns:
The Date as a String.

getPhase

public java.lang.String getPhase()
Get the LifeCycle Phase associated with this history element.

Returns:
The Date as a String.

getAuxInfo

public java.lang.String getAuxInfo()
Get any auxillary information associated with this history element.

Returns:
The info as a String.

toString

public java.lang.String toString()
Convert this object into a String

Returns:
The string representation of this object