Class CommunicationEventValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommunicationEventPK>
com.echothree.model.data.communication.server.value.CommunicationEventValue
- All Implemented Interfaces:
Serializable,Cloneable
public class CommunicationEventValue
extends BaseValue<CommunicationEventPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionCommunicationEventValue(CommunicationEventDetailPK activeDetailPK, CommunicationEventDetailPK lastDetailPK) Creates a new instance of CommunicationEventValueCommunicationEventValue(CommunicationEventPK communicationEventPK, CommunicationEventDetailPK activeDetailPK, CommunicationEventDetailPK lastDetailPK) Creates a new instance of CommunicationEventValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(CommunicationEventDetailPK activeDetailPK) voidsetLastDetailPK(CommunicationEventDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CommunicationEventValue
public CommunicationEventValue(CommunicationEventPK communicationEventPK, CommunicationEventDetailPK activeDetailPK, CommunicationEventDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of CommunicationEventValue- Throws:
PersistenceNotNullException
-
CommunicationEventValue
public CommunicationEventValue(CommunicationEventDetailPK activeDetailPK, CommunicationEventDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of CommunicationEventValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<CommunicationEventPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CommunicationEventPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CommunicationEventPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CommunicationEventPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-