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 TypeMethodDescriptionvoid
clone()
boolean
boolean
getLotPK()
boolean
boolean
boolean
getTime()
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
void
setLotTimeTypePK
(LotTimeTypePK lotTimeTypePK) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseValue<LotTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<LotTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<LotTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-