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