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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCommunicationEventName
(String communicationEventName) void
setCommunicationEventPK
(CommunicationEventPK communicationEventPK) void
setCommunicationEventPurposePK
(CommunicationEventPurposePK communicationEventPurposePK) void
setCommunicationEventTypePK
(CommunicationEventTypePK communicationEventTypePK) void
setCommunicationSourcePK
(CommunicationSourcePK communicationSourcePK) void
setDocumentPK
(DocumentPK documentPK) void
setFromTime
(Long fromTime) void
setOriginalCommunicationEventPK
(CommunicationEventPK originalCommunicationEventPK) void
setParentCommunicationEventPK
(CommunicationEventPK parentCommunicationEventPK) void
setPartyContactMechanismPK
(PartyContactMechanismPK partyContactMechanismPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<CommunicationEventDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CommunicationEventDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CommunicationEventDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-