Class LotTime
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.LotTime
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionLotTime()Creates a new instance of LotTimeLotTime(LotTimeValue value, EntityPermission entityPermission) Creates a new instance of LotTime -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetLot()getLot(EntityPermission entityPermission) getLot(Session session, EntityPermission entityPermission) getLotForUpdate(Session session) getLotPK()booleangetLotTimeType(EntityPermission entityPermission) getLotTimeType(Session session) getLotTimeType(Session session, EntityPermission entityPermission) getLotTimeTypeForUpdate(Session session) booleanbooleangetTime()booleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidvoidsetLotTimeType(LotTimeType entity) voidsetLotTimeTypePK(LotTimeTypePK lotTimeTypePK) voidsetLotTimeValue(LotTimeValue value) voidsetThruTime(Long thruTime) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
LotTime
Creates a new instance of LotTime- Throws:
PersistenceException
-
LotTime
Creates a new instance of LotTime
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getLotTimeValue
-
setLotTimeValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getLotPK
-
getLot
-
getLot
-
getLot
-
getLot
-
getLotForUpdate
-
getLotForUpdate
-
setLotPK
-
setLot
-
getLotPKHasBeenModified
-
getLotTimeTypePK
-
getLotTimeType
-
getLotTimeType
-
getLotTimeType
-
getLotTimeType
-
getLotTimeTypeForUpdate
-
getLotTimeTypeForUpdate
-
setLotTimeTypePK
public void setLotTimeTypePK(LotTimeTypePK lotTimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLotTimeType
-
getLotTimeTypePKHasBeenModified
-
getTime
-
setTime
-
getTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-