Class ContentCatalogItemFixedPriceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentCatalogItemFixedPricePK>
com.echothree.model.data.content.server.value.ContentCatalogItemFixedPriceValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContentCatalogItemFixedPriceValue
extends BaseValue<ContentCatalogItemFixedPricePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContentCatalogItemFixedPriceValue
(ContentCatalogItemFixedPricePK contentCatalogItemFixedPricePK, ContentCatalogItemPK contentCatalogItemPK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemFixedPriceValueContentCatalogItemFixedPriceValue
(ContentCatalogItemPK contentCatalogItemPK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemFixedPriceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContentCatalogItemPK
(ContentCatalogItemPK contentCatalogItemPK) void
setFromTime
(Long fromTime) 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
-
ContentCatalogItemFixedPriceValue
public ContentCatalogItemFixedPriceValue(ContentCatalogItemFixedPricePK contentCatalogItemFixedPricePK, ContentCatalogItemPK contentCatalogItemPK, Long unitPrice, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentCatalogItemFixedPriceValue- Throws:
PersistenceNotNullException
-
ContentCatalogItemFixedPriceValue
public ContentCatalogItemFixedPriceValue(ContentCatalogItemPK contentCatalogItemPK, Long unitPrice, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentCatalogItemFixedPriceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContentCatalogItemFixedPricePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentCatalogItemFixedPricePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentCatalogItemFixedPricePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContentCatalogItemFixedPricePK>
-
getContentCatalogItemPK
-
setContentCatalogItemPK
public void setContentCatalogItemPK(ContentCatalogItemPK contentCatalogItemPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentCatalogItemPKHasBeenModified
-
getUnitPrice
-
setUnitPrice
- Throws:
PersistenceNotNullException
-
getUnitPriceHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-