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