Class OfferItemFixedPriceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OfferItemFixedPricePK>
com.echothree.model.data.offer.server.value.OfferItemFixedPriceValue
- All Implemented Interfaces:
Serializable,Cloneable
public class OfferItemFixedPriceValue
extends BaseValue<OfferItemFixedPricePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionOfferItemFixedPriceValue(OfferItemFixedPricePK offerItemFixedPricePK, OfferItemPricePK offerItemPricePK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of OfferItemFixedPriceValueOfferItemFixedPriceValue(OfferItemPricePK offerItemPricePK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of OfferItemFixedPriceValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetOfferItemPricePK(OfferItemPricePK offerItemPricePK) voidsetThruTime(Long thruTime) voidsetUnitPrice(Long unitPrice) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OfferItemFixedPriceValue
public OfferItemFixedPriceValue(OfferItemFixedPricePK offerItemFixedPricePK, OfferItemPricePK offerItemPricePK, Long unitPrice, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OfferItemFixedPriceValue- Throws:
PersistenceNotNullException
-
OfferItemFixedPriceValue
public OfferItemFixedPriceValue(OfferItemPricePK offerItemPricePK, Long unitPrice, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OfferItemFixedPriceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<OfferItemFixedPricePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<OfferItemFixedPricePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<OfferItemFixedPricePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<OfferItemFixedPricePK>
-
getOfferItemPricePK
-
setOfferItemPricePK
public void setOfferItemPricePK(OfferItemPricePK offerItemPricePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getOfferItemPricePKHasBeenModified
-
getUnitPrice
-
setUnitPrice
- Throws:
PersistenceNotNullException
-
getUnitPriceHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-