Class LotDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.LotDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of LotDetailLotDetail
(LotDetailValue value, EntityPermission entityPermission) Creates a new instance of LotDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCurrency
(EntityPermission entityPermission) getCurrency
(Session session) getCurrency
(Session session, EntityPermission entityPermission) getCurrencyForUpdate
(Session session) boolean
boolean
getInventoryCondition
(EntityPermission entityPermission) getInventoryCondition
(Session session) getInventoryCondition
(Session session, EntityPermission entityPermission) getInventoryConditionForUpdate
(Session session) boolean
getItem()
getItem
(EntityPermission entityPermission) getItem
(Session session, EntityPermission entityPermission) getItemForUpdate
(Session session) boolean
getLot()
getLot
(EntityPermission entityPermission) getLot
(Session session, EntityPermission entityPermission) getLotForUpdate
(Session session) boolean
getLotPK()
boolean
getOwnerParty
(EntityPermission entityPermission) getOwnerParty
(Session session) getOwnerParty
(Session session, EntityPermission entityPermission) getOwnerPartyForUpdate
(Session session) boolean
boolean
boolean
boolean
getUnitOfMeasureType
(EntityPermission entityPermission) getUnitOfMeasureType
(Session session) getUnitOfMeasureType
(Session session, EntityPermission entityPermission) getUnitOfMeasureTypeForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setCurrency
(Currency entity) void
setCurrencyPK
(CurrencyPK currencyPK) void
setFromTime
(Long fromTime) void
void
setInventoryConditionPK
(InventoryConditionPK inventoryConditionPK) void
void
void
void
setLotDetailValue
(LotDetailValue value) void
setLotName
(String lotName) void
void
setOwnerParty
(Party entity) void
setOwnerPartyPK
(PartyPK ownerPartyPK) void
setQuantity
(Long quantity) void
setThruTime
(Long thruTime) void
setUnitCost
(Long unitCost) void
void
setUnitOfMeasureTypePK
(UnitOfMeasureTypePK unitOfMeasureTypePK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
LotDetail
Creates a new instance of LotDetail- Throws:
PersistenceException
-
LotDetail
Creates a new instance of LotDetail
-
-
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
-
getLotDetailValue
-
setLotDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getLotPK
-
getLot
-
getLot
-
getLot
-
getLot
-
getLotForUpdate
-
getLotForUpdate
-
setLotPK
-
setLot
-
getLotPKHasBeenModified
-
getLotName
-
setLotName
public void setLotName(String lotName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLotNameHasBeenModified
-
getOwnerPartyPK
-
getOwnerParty
-
getOwnerParty
-
getOwnerParty
-
getOwnerParty
-
getOwnerPartyForUpdate
-
getOwnerPartyForUpdate
-
setOwnerPartyPK
public void setOwnerPartyPK(PartyPK ownerPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOwnerParty
-
getOwnerPartyPKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItem
-
getItem
-
getItemForUpdate
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getUnitOfMeasureTypePK
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureTypeForUpdate
-
getUnitOfMeasureTypeForUpdate
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUnitOfMeasureType
-
getUnitOfMeasureTypePKHasBeenModified
-
getInventoryConditionPK
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryConditionForUpdate
-
getInventoryConditionForUpdate
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCondition
-
getInventoryConditionPKHasBeenModified
-
getQuantity
-
setQuantity
public void setQuantity(Long quantity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuantityHasBeenModified
-
getCurrencyPK
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrencyForUpdate
-
getCurrencyForUpdate
-
setCurrencyPK
public void setCurrencyPK(CurrencyPK currencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCurrency
-
getCurrencyPKHasBeenModified
-
getUnitCost
-
setUnitCost
public void setUnitCost(Long unitCost) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUnitCostHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-