Class LotDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<LotDetailPK>
com.echothree.model.data.inventory.server.value.LotDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionLotDetailValue(LotDetailPK lotDetailPK, LotPK lotPK, ItemPK itemPK, String lotIdentifier, Long fromTime, Long thruTime) Creates a new instance of LotDetailValueCreates a new instance of LotDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleangetLotPK()booleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidvoidsetLotIdentifier(String lotIdentifier) voidvoidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
LotDetailValue
public LotDetailValue(LotDetailPK lotDetailPK, LotPK lotPK, ItemPK itemPK, String lotIdentifier, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LotDetailValue- Throws:
PersistenceNotNullException
-
LotDetailValue
public LotDetailValue(LotPK lotPK, ItemPK itemPK, String lotIdentifier, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LotDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<LotDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<LotDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<LotDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<LotDetailPK>
-
getLotPK
-
setLotPK
- Throws:
PersistenceNotNullException
-
getLotPKHasBeenModified
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getLotIdentifier
-
setLotIdentifier
- Throws:
PersistenceNotNullException
-
getLotIdentifierHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-