Class ItemWeight
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.ItemWeight
- 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 ItemWeightItemWeight(ItemWeightValue value, EntityPermission entityPermission) Creates a new instance of ItemWeight -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetItem()getItem(EntityPermission entityPermission) getItem(Session session, EntityPermission entityPermission) getItemForUpdate(Session session) booleangetItemWeightType(EntityPermission entityPermission) getItemWeightType(Session session) getItemWeightType(Session session, EntityPermission entityPermission) getItemWeightTypeForUpdate(Session session) booleanbooleangetUnitOfMeasureType(EntityPermission entityPermission) getUnitOfMeasureType(Session session) getUnitOfMeasureType(Session session, EntityPermission entityPermission) getUnitOfMeasureTypeForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidvoidsetItemWeightType(ItemWeightType entity) voidsetItemWeightTypePK(ItemWeightTypePK itemWeightTypePK) voidvoidsetThruTime(Long thruTime) voidvoidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ItemWeight
Creates a new instance of ItemWeight- Throws:
PersistenceException
-
ItemWeight
Creates a new instance of ItemWeight
-
-
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
-
getItemWeightValue
-
setItemWeightValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
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
-
getItemWeightTypePK
-
getItemWeightType
-
getItemWeightType
-
getItemWeightType
-
getItemWeightType
-
getItemWeightTypeForUpdate
-
getItemWeightTypeForUpdate
-
setItemWeightTypePK
public void setItemWeightTypePK(ItemWeightTypePK itemWeightTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemWeightType
-
getItemWeightTypePKHasBeenModified
-
getWeight
-
setWeight
-
getWeightHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-