public class PromotionClosenessMessage extends CommerceMessageImpl
Properties:
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor and Description | 
|---|
| PromotionClosenessMessage() | 
| Modifier and Type | Method and Description | 
|---|---|
| RepositoryItem | getClosenessQualifier() | 
| Order | getOrder() | 
| RepositoryItem | getProfile() | 
| java.lang.String | getType()return the TYPE of the message | 
| void | setClosenessQualifier(RepositoryItem pClosenessQualifier)Sets the closeness condition that the order qualifies under (or fails to
 qualify under). | 
| void | setOrder(Order pOrder)Sets the order that is close to qualifying for the promotion (or that is no 
 longer close to qualifying). | 
| void | setProfile(RepositoryItem pProfile)Sets the profile of the owner of the order | 
| void | setType(java.lang.String pType)Sets the JMS type of this message | 
| java.lang.String | toString() | 
appendBaseToString, getId, getOriginalId, getOriginalSource, getOriginalUserId, getParentSessionId, getSessionId, getSiteId, getSource, getUserId, setId, setOriginalId, setOriginalSource, setOriginalUserId, setParentSessionId, setSessionId, setSiteId, setSource, setUserIdpublic void setClosenessQualifier(RepositoryItem pClosenessQualifier)
pClosenessQualifier - the closeness condition that the order qualifies
        under (or fails to qualify under).public RepositoryItem getClosenessQualifier()
public void setOrder(Order pOrder)
pOrder - the order that is close to qualifying for the promotion (or that 
        is no longer close to qualifying).public Order getOrder()
public void setProfile(RepositoryItem pProfile)
pProfile - the profile of the owner of the orderpublic RepositoryItem getProfile()
public void setType(java.lang.String pType)
pType - the JMS type of this messagepublic java.lang.String getType()
CommerceMessageImplgetType in interface CommerceMessagegetType in class CommerceMessageImplpublic java.lang.String toString()
toString in class java.lang.Object