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 TypeMethodDescriptionbooleangetAlias()booleanbooleangetLot()getLot(EntityPermission entityPermission) getLot(Session session, EntityPermission entityPermission) getLotAliasType(EntityPermission entityPermission) getLotAliasType(Session session) getLotAliasType(Session session, EntityPermission entityPermission) getLotAliasTypeForUpdate(Session session) booleangetLotForUpdate(Session session) getLotPK()booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetFromTime(Long fromTime) voidvoidsetLotAliasType(LotAliasType entity) voidsetLotAliasTypePK(LotAliasTypePK lotAliasTypePK) voidsetLotAliasValue(LotAliasValue value) voidvoidsetThruTime(Long thruTime) voidtoString()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:
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
-
getLotAliasValue
-
setLotAliasValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-