Class CommunicationSourceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommunicationSourcePK>
com.echothree.model.data.communication.server.value.CommunicationSourceValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CommunicationSourceValue
extends BaseValue<CommunicationSourcePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCommunicationSourceValue
(CommunicationSourceDetailPK activeDetailPK, CommunicationSourceDetailPK lastDetailPK) Creates a new instance of CommunicationSourceValueCommunicationSourceValue
(CommunicationSourcePK communicationSourcePK, CommunicationSourceDetailPK activeDetailPK, CommunicationSourceDetailPK lastDetailPK) Creates a new instance of CommunicationSourceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(CommunicationSourceDetailPK activeDetailPK) void
setLastDetailPK
(CommunicationSourceDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CommunicationSourceValue
public CommunicationSourceValue(CommunicationSourcePK communicationSourcePK, CommunicationSourceDetailPK activeDetailPK, CommunicationSourceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of CommunicationSourceValue- Throws:
PersistenceNotNullException
-
CommunicationSourceValue
public CommunicationSourceValue(CommunicationSourceDetailPK activeDetailPK, CommunicationSourceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of CommunicationSourceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CommunicationSourcePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CommunicationSourcePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CommunicationSourcePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CommunicationSourcePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-