Class OfferItemFixedPrice
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.offer.server.entity.OfferItemFixedPrice
- 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 OfferItemFixedPriceOfferItemFixedPrice(OfferItemFixedPriceValue value, EntityPermission entityPermission) Creates a new instance of OfferItemFixedPrice -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetOfferItemPrice(EntityPermission entityPermission) getOfferItemPrice(Session session) getOfferItemPrice(Session session, EntityPermission entityPermission) getOfferItemPriceForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetOfferItemPrice(OfferItemPrice entity) voidsetOfferItemPricePK(OfferItemPricePK offerItemPricePK) voidsetThruTime(Long thruTime) voidsetUnitPrice(Long unitPrice) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
OfferItemFixedPrice
Creates a new instance of OfferItemFixedPrice- Throws:
PersistenceException
-
OfferItemFixedPrice
Creates a new instance of OfferItemFixedPrice
-
-
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
-
getOfferItemFixedPriceValue
-
setOfferItemFixedPriceValue
public void setOfferItemFixedPriceValue(OfferItemFixedPriceValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOfferItemPricePK
-
getOfferItemPrice
-
getOfferItemPrice
-
getOfferItemPrice
-
getOfferItemPrice
-
getOfferItemPriceForUpdate
-
getOfferItemPriceForUpdate
-
setOfferItemPricePK
public void setOfferItemPricePK(OfferItemPricePK offerItemPricePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOfferItemPrice
-
getOfferItemPricePKHasBeenModified
-
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
-