public class ApprovalRequiredMessage extends CommerceMessageImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
static java.lang.String |
TYPE
This is the JMS message type for the message that this class represents.
|
| Constructor and Description |
|---|
ApprovalRequiredMessage() |
| Modifier and Type | Method and Description |
|---|---|
Order |
getOrder()
Returns property order
|
RepositoryItem |
getProfile()
Returns property profile
|
java.lang.String |
getType()
return the JMS message TYPE of the message
|
void |
setOrder(Order pOrder)
Sets property order
|
void |
setProfile(RepositoryItem pProfile)
Sets property profile
|
java.lang.String |
toString()
This method returns a readable string representing the contents of this message.
|
appendBaseToString, getId, getOriginalId, getOriginalSource, getOriginalUserId, getParentSessionId, getSessionId, getSiteId, getSource, getUserId, setId, setOriginalId, setOriginalSource, setOriginalUserId, setParentSessionId, setSessionId, setSiteId, setSource, setUserIdpublic static java.lang.String CLASS_VERSION
public static final java.lang.String TYPE
public 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 java.lang.String getType()
getType in interface CommerceMessagegetType in class CommerceMessageImplpublic java.lang.String toString()
toString in class java.lang.Object