public class CreateMemberJobEvent extends CRMEvent implements ICommunicationEvent, java.io.Serializable
| Constructor and Description |
|---|
CreateMemberJobEvent() |
| Modifier and Type | Method and Description |
|---|---|
com.crm.dataobject.communications.CRMDOCommunicationDefinition |
getCommunicationDefinition() |
java.util.ArrayList<com.crm.dataobject.CRMDO> |
getEntityDTOs() |
java.lang.Boolean |
getEntityIsNew() |
java.lang.Boolean |
getEntityStatusChanged() |
com.crm.dataobject.accounts.CRMDOAccountReceivable |
getParentAccount() |
java.lang.Boolean |
isNewEntity() |
void |
setCommunicationDefinition(com.crm.dataobject.communications.CRMDOCommunicationDefinition communicationDefinition) |
void |
setEntityDTOs(java.util.ArrayList<com.crm.dataobject.CRMDO> entityDTOs) |
void |
setEntityIsNew(java.lang.Boolean entityIsNew) |
void |
setEntityStatusChanged(java.lang.Boolean entityStatusChanged) |
void |
setParentAccount(com.crm.dataobject.accounts.CRMDOAccountReceivable parentAccount) |
getSession, setSessionequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSession, setSessionpublic com.crm.dataobject.communications.CRMDOCommunicationDefinition getCommunicationDefinition()
getCommunicationDefinition in interface ICommunicationEventpublic void setCommunicationDefinition(com.crm.dataobject.communications.CRMDOCommunicationDefinition communicationDefinition)
setCommunicationDefinition in interface ICommunicationEventpublic java.util.ArrayList<com.crm.dataobject.CRMDO> getEntityDTOs()
getEntityDTOs in interface ICommunicationEventpublic void setEntityDTOs(java.util.ArrayList<com.crm.dataobject.CRMDO> entityDTOs)
setEntityDTOs in interface ICommunicationEventpublic void setParentAccount(com.crm.dataobject.accounts.CRMDOAccountReceivable parentAccount)
setParentAccount in interface ICommunicationEventpublic com.crm.dataobject.accounts.CRMDOAccountReceivable getParentAccount()
getParentAccount in interface ICommunicationEventpublic java.lang.Boolean getEntityIsNew()
public void setEntityIsNew(java.lang.Boolean entityIsNew)
public java.lang.Boolean isNewEntity()
public java.lang.Boolean getEntityStatusChanged()
public void setEntityStatusChanged(java.lang.Boolean entityStatusChanged)