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