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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setOfferItemPricePK
(OfferItemPricePK offerItemPricePK) void
setThruTime
(Long thruTime) void
setUnitPrice
(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:
getBaseFactoryInstance
in classBaseValue<OfferItemFixedPricePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OfferItemFixedPricePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OfferItemFixedPricePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-