Class ItemFixedPrice
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.ItemFixedPrice
- 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 ItemFixedPriceItemFixedPrice(ItemFixedPriceValue value, EntityPermission entityPermission) Creates a new instance of ItemFixedPrice -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetItemPrice(EntityPermission entityPermission) getItemPrice(Session session) getItemPrice(Session session, EntityPermission entityPermission) getItemPriceForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetItemPrice(ItemPrice entity) voidsetItemPricePK(ItemPricePK itemPricePK) voidsetThruTime(Long thruTime) voidsetUnitPrice(Long unitPrice) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ItemFixedPrice
Creates a new instance of ItemFixedPrice- Throws:
PersistenceException
-
ItemFixedPrice
Creates a new instance of ItemFixedPrice
-
-
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
-
getItemFixedPriceValue
-
setItemFixedPriceValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getItemPricePK
-
getItemPrice
-
getItemPrice
-
getItemPrice
-
getItemPrice
-
getItemPriceForUpdate
-
getItemPriceForUpdate
-
setItemPricePK
public void setItemPricePK(ItemPricePK itemPricePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemPrice
-
getItemPricePKHasBeenModified
-
getUnitPrice
-
setUnitPrice
public void setUnitPrice(Long unitPrice) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUnitPriceHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-