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 TypeMethodDescriptionboolean
boolean
getLot()
getLot
(EntityPermission entityPermission) getLot
(Session session, EntityPermission entityPermission) getLotForUpdate
(Session session) getLotPK()
boolean
getLotTimeType
(EntityPermission entityPermission) getLotTimeType
(Session session) getLotTimeType
(Session session, EntityPermission entityPermission) getLotTimeTypeForUpdate
(Session session) boolean
boolean
getTime()
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
void
setLotTimeType
(LotTimeType entity) void
setLotTimeTypePK
(LotTimeTypePK lotTimeTypePK) void
setLotTimeValue
(LotTimeValue value) void
setThruTime
(Long thruTime) void
void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getLotTimeValue
-
setLotTimeValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-