Class CommunicationEventDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.communication.server.entity.CommunicationEventDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of CommunicationEventDetailCommunicationEventDetail(CommunicationEventDetailValue value, EntityPermission entityPermission) Creates a new instance of CommunicationEventDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCommunicationEvent(EntityPermission entityPermission) booleanbooleangetCommunicationEventPurpose(EntityPermission entityPermission) booleangetCommunicationEventType(EntityPermission entityPermission) booleangetCommunicationSource(EntityPermission entityPermission) booleangetDocument(EntityPermission entityPermission) booleanbooleangetOriginalCommunicationEvent(EntityPermission entityPermission) booleangetParentCommunicationEvent(EntityPermission entityPermission) booleangetPartyContactMechanism(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetCommunicationEventName(String communicationEventName) voidsetCommunicationEventPK(CommunicationEventPK communicationEventPK) voidvoidsetCommunicationEventPurposePK(CommunicationEventPurposePK communicationEventPurposePK) voidvoidsetCommunicationEventTypePK(CommunicationEventTypePK communicationEventTypePK) voidvoidsetCommunicationSourcePK(CommunicationSourcePK communicationSourcePK) voidsetDocument(Document entity) voidsetDocumentPK(DocumentPK documentPK) voidsetFromTime(Long fromTime) voidvoidsetOriginalCommunicationEventPK(CommunicationEventPK originalCommunicationEventPK) voidvoidsetParentCommunicationEventPK(CommunicationEventPK parentCommunicationEventPK) voidvoidsetPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
CommunicationEventDetail
Creates a new instance of CommunicationEventDetail- Throws:
PersistenceException
-
CommunicationEventDetail
public CommunicationEventDetail(CommunicationEventDetailValue value, EntityPermission entityPermission) Creates a new instance of CommunicationEventDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getCommunicationEventDetailValue
-
setCommunicationEventDetailValue
public void setCommunicationEventDetailValue(CommunicationEventDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCommunicationEventPK
-
getCommunicationEvent
-
getCommunicationEvent
-
getCommunicationEventForUpdate
-
setCommunicationEventPK
public void setCommunicationEventPK(CommunicationEventPK communicationEventPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommunicationEvent
-
getCommunicationEventPKHasBeenModified
-
getCommunicationEventName
-
setCommunicationEventName
public void setCommunicationEventName(String communicationEventName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCommunicationEventNameHasBeenModified
-
getCommunicationEventTypePK
-
getCommunicationEventType
-
getCommunicationEventType
-
getCommunicationEventTypeForUpdate
-
setCommunicationEventTypePK
public void setCommunicationEventTypePK(CommunicationEventTypePK communicationEventTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommunicationEventType
-
getCommunicationEventTypePKHasBeenModified
-
getCommunicationSourcePK
-
getCommunicationSource
-
getCommunicationSource
-
getCommunicationSourceForUpdate
-
setCommunicationSourcePK
public void setCommunicationSourcePK(CommunicationSourcePK communicationSourcePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommunicationSource
-
getCommunicationSourcePKHasBeenModified
-
getCommunicationEventPurposePK
-
getCommunicationEventPurpose
-
getCommunicationEventPurpose
-
getCommunicationEventPurposeForUpdate
-
setCommunicationEventPurposePK
public void setCommunicationEventPurposePK(CommunicationEventPurposePK communicationEventPurposePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommunicationEventPurpose
-
getCommunicationEventPurposePKHasBeenModified
-
getOriginalCommunicationEventPK
-
getOriginalCommunicationEvent
-
getOriginalCommunicationEvent
-
getOriginalCommunicationEventForUpdate
-
setOriginalCommunicationEventPK
public void setOriginalCommunicationEventPK(CommunicationEventPK originalCommunicationEventPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOriginalCommunicationEvent
-
getOriginalCommunicationEventPKHasBeenModified
-
getParentCommunicationEventPK
-
getParentCommunicationEvent
-
getParentCommunicationEvent
-
getParentCommunicationEventForUpdate
-
setParentCommunicationEventPK
public void setParentCommunicationEventPK(CommunicationEventPK parentCommunicationEventPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentCommunicationEvent
-
getParentCommunicationEventPKHasBeenModified
-
getPartyContactMechanismPK
-
getPartyContactMechanism
-
getPartyContactMechanism
-
getPartyContactMechanismForUpdate
-
setPartyContactMechanismPK
public void setPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyContactMechanism
-
getPartyContactMechanismPKHasBeenModified
-
getDocumentPK
-
getDocument
-
getDocument
-
getDocumentForUpdate
-
setDocumentPK
public void setDocumentPK(DocumentPK documentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDocument
-
getDocumentPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-