Class ContentCollectionDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentCollectionDetailPK>
com.echothree.model.data.content.server.value.ContentCollectionDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContentCollectionDetailValue
extends BaseValue<ContentCollectionDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContentCollectionDetailValue
(ContentCollectionDetailPK contentCollectionDetailPK, ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDetailValueContentCollectionDetailValue
(ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContentCollectionName
(String contentCollectionName) void
setContentCollectionPK
(ContentCollectionPK contentCollectionPK) void
setDefaultOfferUsePK
(OfferUsePK defaultOfferUsePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentCollectionDetailValue
public ContentCollectionDetailValue(ContentCollectionDetailPK contentCollectionDetailPK, ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentCollectionDetailValue- Throws:
PersistenceNotNullException
-
ContentCollectionDetailValue
public ContentCollectionDetailValue(ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentCollectionDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContentCollectionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentCollectionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentCollectionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContentCollectionDetailPK>
-
getContentCollectionPK
-
setContentCollectionPK
public void setContentCollectionPK(ContentCollectionPK contentCollectionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentCollectionPKHasBeenModified
-
getContentCollectionName
-
setContentCollectionName
public void setContentCollectionName(String contentCollectionName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentCollectionNameHasBeenModified
-
getDefaultOfferUsePK
-
setDefaultOfferUsePK
- Throws:
PersistenceNotNullException
-
getDefaultOfferUsePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-