Class ContentCatalogItemVariablePriceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentCatalogItemVariablePricePK>
com.echothree.model.data.content.server.value.ContentCatalogItemVariablePriceValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContentCatalogItemVariablePriceValue
extends BaseValue<ContentCatalogItemVariablePricePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContentCatalogItemVariablePriceValue
(ContentCatalogItemPK contentCatalogItemPK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemVariablePriceValueContentCatalogItemVariablePriceValue
(ContentCatalogItemVariablePricePK contentCatalogItemVariablePricePK, ContentCatalogItemPK contentCatalogItemPK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemVariablePriceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContentCatalogItemPK
(ContentCatalogItemPK contentCatalogItemPK) void
setFromTime
(Long fromTime) void
setMaximumUnitPrice
(Long maximumUnitPrice) void
setMinimumUnitPrice
(Long minimumUnitPrice) 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
-
ContentCatalogItemVariablePriceValue
public ContentCatalogItemVariablePriceValue(ContentCatalogItemVariablePricePK contentCatalogItemVariablePricePK, ContentCatalogItemPK contentCatalogItemPK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentCatalogItemVariablePriceValue- Throws:
PersistenceNotNullException
-
ContentCatalogItemVariablePriceValue
public ContentCatalogItemVariablePriceValue(ContentCatalogItemPK contentCatalogItemPK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentCatalogItemVariablePriceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContentCatalogItemVariablePricePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentCatalogItemVariablePricePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentCatalogItemVariablePricePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContentCatalogItemVariablePricePK>
-
getContentCatalogItemPK
-
setContentCatalogItemPK
public void setContentCatalogItemPK(ContentCatalogItemPK contentCatalogItemPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentCatalogItemPKHasBeenModified
-
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
-