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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContentCollectionName(String contentCollectionName) voidsetContentCollectionPK(ContentCollectionPK contentCollectionPK) voidsetDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) voidsetFromTime(Long fromTime) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ContentCollectionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentCollectionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentCollectionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-