Class LotTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<LotTimePK>
com.echothree.model.data.inventory.server.value.LotTimeValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionLotTimeValue(LotPK lotPK, LotTimeTypePK lotTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of LotTimeValueLotTimeValue(LotTimePK lotTimePK, LotPK lotPK, LotTimeTypePK lotTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of LotTimeValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleangetLotPK()booleanbooleanbooleangetTime()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidvoidsetLotTimeTypePK(LotTimeTypePK lotTimeTypePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
LotTimeValue
public LotTimeValue(LotTimePK lotTimePK, LotPK lotPK, LotTimeTypePK lotTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LotTimeValue- Throws:
PersistenceNotNullException
-
LotTimeValue
public LotTimeValue(LotPK lotPK, LotTimeTypePK lotTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LotTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<LotTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<LotTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<LotTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<LotTimePK>
-
getLotPK
-
setLotPK
- Throws:
PersistenceNotNullException
-
getLotPKHasBeenModified
-
getLotTimeTypePK
-
setLotTimeTypePK
- Throws:
PersistenceNotNullException
-
getLotTimeTypePKHasBeenModified
-
getTime
-
setTime
- Throws:
PersistenceNotNullException
-
getTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-