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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContentCatalogItemPK(ContentCatalogItemPK contentCatalogItemPK) voidsetFromTime(Long fromTime) voidsetMaximumUnitPrice(Long maximumUnitPrice) voidsetMinimumUnitPrice(Long minimumUnitPrice) voidsetThruTime(Long thruTime) voidsetUnitPriceIncrement(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:
getBaseFactoryInstancein classBaseValue<ContentCatalogItemVariablePricePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentCatalogItemVariablePricePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentCatalogItemVariablePricePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-