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