Class CommunicationEventDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommunicationEventDetailPK>
com.echothree.model.data.communication.server.value.CommunicationEventDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class CommunicationEventDetailValue
extends BaseValue<CommunicationEventDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionCommunicationEventDetailValue(CommunicationEventDetailPK communicationEventDetailPK, CommunicationEventPK communicationEventPK, String communicationEventName, CommunicationEventTypePK communicationEventTypePK, CommunicationSourcePK communicationSourcePK, CommunicationEventPurposePK communicationEventPurposePK, CommunicationEventPK originalCommunicationEventPK, CommunicationEventPK parentCommunicationEventPK, PartyContactMechanismPK partyContactMechanismPK, DocumentPK documentPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventDetailValueCommunicationEventDetailValue(CommunicationEventPK communicationEventPK, String communicationEventName, CommunicationEventTypePK communicationEventTypePK, CommunicationSourcePK communicationSourcePK, CommunicationEventPurposePK communicationEventPurposePK, CommunicationEventPK originalCommunicationEventPK, CommunicationEventPK parentCommunicationEventPK, PartyContactMechanismPK partyContactMechanismPK, DocumentPK documentPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCommunicationEventName(String communicationEventName) voidsetCommunicationEventPK(CommunicationEventPK communicationEventPK) voidsetCommunicationEventPurposePK(CommunicationEventPurposePK communicationEventPurposePK) voidsetCommunicationEventTypePK(CommunicationEventTypePK communicationEventTypePK) voidsetCommunicationSourcePK(CommunicationSourcePK communicationSourcePK) voidsetDocumentPK(DocumentPK documentPK) voidsetFromTime(Long fromTime) voidsetOriginalCommunicationEventPK(CommunicationEventPK originalCommunicationEventPK) voidsetParentCommunicationEventPK(CommunicationEventPK parentCommunicationEventPK) voidsetPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CommunicationEventDetailValue
public CommunicationEventDetailValue(CommunicationEventDetailPK communicationEventDetailPK, CommunicationEventPK communicationEventPK, String communicationEventName, CommunicationEventTypePK communicationEventTypePK, CommunicationSourcePK communicationSourcePK, CommunicationEventPurposePK communicationEventPurposePK, CommunicationEventPK originalCommunicationEventPK, CommunicationEventPK parentCommunicationEventPK, PartyContactMechanismPK partyContactMechanismPK, DocumentPK documentPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommunicationEventDetailValue- Throws:
PersistenceNotNullException
-
CommunicationEventDetailValue
public CommunicationEventDetailValue(CommunicationEventPK communicationEventPK, String communicationEventName, CommunicationEventTypePK communicationEventTypePK, CommunicationSourcePK communicationSourcePK, CommunicationEventPurposePK communicationEventPurposePK, CommunicationEventPK originalCommunicationEventPK, CommunicationEventPK parentCommunicationEventPK, PartyContactMechanismPK partyContactMechanismPK, DocumentPK documentPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommunicationEventDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<CommunicationEventDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CommunicationEventDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CommunicationEventDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CommunicationEventDetailPK>
-
getCommunicationEventPK
-
setCommunicationEventPK
public void setCommunicationEventPK(CommunicationEventPK communicationEventPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommunicationEventPKHasBeenModified
-
getCommunicationEventName
-
setCommunicationEventName
public void setCommunicationEventName(String communicationEventName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommunicationEventNameHasBeenModified
-
getCommunicationEventTypePK
-
setCommunicationEventTypePK
public void setCommunicationEventTypePK(CommunicationEventTypePK communicationEventTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommunicationEventTypePKHasBeenModified
-
getCommunicationSourcePK
-
setCommunicationSourcePK
-
getCommunicationSourcePKHasBeenModified
-
getCommunicationEventPurposePK
-
setCommunicationEventPurposePK
public void setCommunicationEventPurposePK(CommunicationEventPurposePK communicationEventPurposePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommunicationEventPurposePKHasBeenModified
-
getOriginalCommunicationEventPK
-
setOriginalCommunicationEventPK
-
getOriginalCommunicationEventPKHasBeenModified
-
getParentCommunicationEventPK
-
setParentCommunicationEventPK
-
getParentCommunicationEventPKHasBeenModified
-
getPartyContactMechanismPK
-
setPartyContactMechanismPK
public void setPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyContactMechanismPKHasBeenModified
-
getDocumentPK
-
setDocumentPK
- Throws:
PersistenceNotNullException
-
getDocumentPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-