Class LotAlias
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.LotAlias
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionLotAlias()
Creates a new instance of LotAliasLotAlias
(LotAliasValue value, EntityPermission entityPermission) Creates a new instance of LotAlias -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlias()
boolean
boolean
getLot()
getLot
(EntityPermission entityPermission) getLot
(Session session, EntityPermission entityPermission) getLotAliasType
(EntityPermission entityPermission) getLotAliasType
(Session session) getLotAliasType
(Session session, EntityPermission entityPermission) getLotAliasTypeForUpdate
(Session session) boolean
getLotForUpdate
(Session session) getLotPK()
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setFromTime
(Long fromTime) void
void
setLotAliasType
(LotAliasType entity) void
setLotAliasTypePK
(LotAliasTypePK lotAliasTypePK) void
setLotAliasValue
(LotAliasValue value) void
void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
LotAlias
Creates a new instance of LotAlias- Throws:
PersistenceException
-
LotAlias
Creates a new instance of LotAlias
-
-
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
-
getLotAliasValue
-
setLotAliasValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getLotPK
-
getLot
-
getLot
-
getLot
-
getLot
-
getLotForUpdate
-
getLotForUpdate
-
setLotPK
-
setLot
-
getLotPKHasBeenModified
-
getLotAliasTypePK
-
getLotAliasType
-
getLotAliasType
-
getLotAliasType
-
getLotAliasType
-
getLotAliasTypeForUpdate
-
getLotAliasTypeForUpdate
-
setLotAliasTypePK
public void setLotAliasTypePK(LotAliasTypePK lotAliasTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLotAliasType
-
getLotAliasTypePKHasBeenModified
-
getAlias
-
setAlias
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-