Class OfferItemVariablePriceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OfferItemVariablePricePK>
com.echothree.model.data.offer.server.value.OfferItemVariablePriceValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class OfferItemVariablePriceValue
extends BaseValue<OfferItemVariablePricePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionOfferItemVariablePriceValue
(OfferItemPricePK offerItemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of OfferItemVariablePriceValueOfferItemVariablePriceValue
(OfferItemVariablePricePK offerItemVariablePricePK, OfferItemPricePK offerItemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of OfferItemVariablePriceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setMaximumUnitPrice
(Long maximumUnitPrice) void
setMinimumUnitPrice
(Long minimumUnitPrice) void
setOfferItemPricePK
(OfferItemPricePK offerItemPricePK) void
setThruTime
(Long thruTime) void
setUnitPriceIncrement
(Long unitPriceIncrement) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OfferItemVariablePriceValue
public OfferItemVariablePriceValue(OfferItemVariablePricePK offerItemVariablePricePK, OfferItemPricePK offerItemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OfferItemVariablePriceValue- Throws:
PersistenceNotNullException
-
OfferItemVariablePriceValue
public OfferItemVariablePriceValue(OfferItemPricePK offerItemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OfferItemVariablePriceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<OfferItemVariablePricePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OfferItemVariablePricePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OfferItemVariablePricePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OfferItemVariablePricePK>
-
getOfferItemPricePK
-
setOfferItemPricePK
public void setOfferItemPricePK(OfferItemPricePK offerItemPricePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getOfferItemPricePKHasBeenModified
-
getMinimumUnitPrice
-
setMinimumUnitPrice
- Throws:
PersistenceNotNullException
-
getMinimumUnitPriceHasBeenModified
-
getMaximumUnitPrice
-
setMaximumUnitPrice
- Throws:
PersistenceNotNullException
-
getMaximumUnitPriceHasBeenModified
-
getUnitPriceIncrement
-
setUnitPriceIncrement
- Throws:
PersistenceNotNullException
-
getUnitPriceIncrementHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-