atg.commerce.approval
Class ApprovalMessage

java.lang.Object
  extended by atg.commerce.messaging.CommerceMessageImpl
      extended by atg.commerce.approval.ApprovalMessage
All Implemented Interfaces:
CommerceMessage, java.io.Serializable
Direct Known Subclasses:
ApprovalMessage

public class ApprovalMessage
extends CommerceMessageImpl

See Also:
Serialized Form

Field Summary
static java.lang.String APPROVAL_FAILED
           
static java.lang.String APPROVAL_PASSED
           
static java.lang.String APPROVED
           
static java.lang.String CLASS_VERSION
           
static java.lang.String REJECTED
           
static java.lang.String TYPE
          This is the JMS message type for the message that this class represents.
 
Constructor Summary
ApprovalMessage()
           
 
Method Summary
 java.lang.String getApprovalStatus()
          Returns property approvalStatus
 Order getOrder()
          Returns property order
 RepositoryItem getOrderOwnerProfile()
          Returns the orderOwnerProfile
 RepositoryItem getProfile()
          Returns property profile
 java.lang.String getType()
          return the JMS message TYPE of the message
 void setApprovalStatus(java.lang.String pApprovalStatus)
          Sets property approvalStatus
 void setOrder(Order pOrder)
          Sets property order
 void setOrderOwnerProfile(RepositoryItem pOrderOwnerProfile)
          Sets the orderOwnerProfile
 void setProfile(RepositoryItem pProfile)
          Sets property profile
 java.lang.String toString()
          This method returns a readable string representing the contents of this message.
 
Methods inherited from class atg.commerce.messaging.CommerceMessageImpl
appendBaseToString, getId, getOriginalId, getOriginalSource, getOriginalUserId, getParentSessionId, getSessionId, getSiteId, getSource, getUserId, setId, setOriginalId, setOriginalSource, setOriginalUserId, setParentSessionId, setSessionId, setSiteId, setSource, setUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION

APPROVED

public static final java.lang.String APPROVED
See Also:
Constant Field Values

REJECTED

public static final java.lang.String REJECTED
See Also:
Constant Field Values

APPROVAL_PASSED

public static final java.lang.String APPROVAL_PASSED
See Also:
Constant Field Values

APPROVAL_FAILED

public static final java.lang.String APPROVAL_FAILED
See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
This is the JMS message type for the message that this class represents.

See Also:
Constant Field Values
Constructor Detail

ApprovalMessage

public ApprovalMessage()
Method Detail

getApprovalStatus

public java.lang.String getApprovalStatus()
Returns property approvalStatus

Returns:
returns property approvalStatus

setApprovalStatus

public void setApprovalStatus(java.lang.String pApprovalStatus)
Sets property approvalStatus

Parameters:
pApprovalStatus - the value to set for property approvalStatus

getOrder

public Order getOrder()
Returns property order

Returns:
returns property order

setOrder

public void setOrder(Order pOrder)
Sets property order

Parameters:
pOrder - the value to set for property order

getProfile

public RepositoryItem getProfile()
Returns property profile

Returns:
returns property profile

setProfile

public void setProfile(RepositoryItem pProfile)
Sets property profile

Parameters:
pProfile - the value to set for property profile

getOrderOwnerProfile

public RepositoryItem getOrderOwnerProfile()
Returns the orderOwnerProfile


setOrderOwnerProfile

public void setOrderOwnerProfile(RepositoryItem pOrderOwnerProfile)
Sets the orderOwnerProfile


getType

public java.lang.String getType()
return the JMS message TYPE of the message

Specified by:
getType in interface CommerceMessage
Overrides:
getType in class CommerceMessageImpl

toString

public java.lang.String toString()
This method returns a readable string representing the contents of this message.

Overrides:
toString in class java.lang.Object