| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.messaging.CommerceMessageImpl
atg.b2bcommerce.approval.ApprovalMessage
public class ApprovalMessage
| 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 | TYPEThis 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, getSource, getUserId, setId, setOriginalId, setOriginalSource, setOriginalUserId, setParentSessionId, setSessionId, setSource, setUserId | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
public static final java.lang.String APPROVED
public static final java.lang.String REJECTED
public static final java.lang.String APPROVAL_PASSED
public static final java.lang.String APPROVAL_FAILED
public static final java.lang.String TYPE
| Constructor Detail | 
|---|
public ApprovalMessage()
| Method Detail | 
|---|
public java.lang.String getApprovalStatus()
public void setApprovalStatus(java.lang.String pApprovalStatus)
pApprovalStatus - the value to set for property approvalStatuspublic Order getOrder()
public void setOrder(Order pOrder)
pOrder - the value to set for property orderpublic RepositoryItem getProfile()
public void setProfile(RepositoryItem pProfile)
pProfile - the value to set for property profilepublic RepositoryItem getOrderOwnerProfile()
public void setOrderOwnerProfile(RepositoryItem pOrderOwnerProfile)
public java.lang.String getType()
getType in interface CommerceMessagegetType in class CommerceMessageImplpublic java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||