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