Class ContentPageAreaDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentPageAreaDetailPK>
com.echothree.model.data.content.server.value.ContentPageAreaDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContentPageAreaDetailValue
extends BaseValue<ContentPageAreaDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContentPageAreaDetailValue(ContentPageAreaDetailPK contentPageAreaDetailPK, ContentPageAreaPK contentPageAreaPK, ContentPagePK contentPagePK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ContentPageAreaDetailValueContentPageAreaDetailValue(ContentPageAreaPK contentPageAreaPK, ContentPagePK contentPagePK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ContentPageAreaDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContentPageAreaPK(ContentPageAreaPK contentPageAreaPK) voidsetContentPageLayoutAreaPK(ContentPageLayoutAreaPK contentPageLayoutAreaPK) voidsetContentPagePK(ContentPagePK contentPagePK) voidsetFromTime(Long fromTime) voidsetLanguagePK(LanguagePK languagePK) voidsetMimeTypePK(MimeTypePK mimeTypePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentPageAreaDetailValue
public ContentPageAreaDetailValue(ContentPageAreaDetailPK contentPageAreaDetailPK, ContentPageAreaPK contentPageAreaPK, ContentPagePK contentPagePK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentPageAreaDetailValue- Throws:
PersistenceNotNullException
-
ContentPageAreaDetailValue
public ContentPageAreaDetailValue(ContentPageAreaPK contentPageAreaPK, ContentPagePK contentPagePK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentPageAreaDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContentPageAreaDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentPageAreaDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentPageAreaDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContentPageAreaDetailPK>
-
getContentPageAreaPK
-
setContentPageAreaPK
public void setContentPageAreaPK(ContentPageAreaPK contentPageAreaPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageAreaPKHasBeenModified
-
getContentPagePK
-
setContentPagePK
- Throws:
PersistenceNotNullException
-
getContentPagePKHasBeenModified
-
getContentPageLayoutAreaPK
-
setContentPageLayoutAreaPK
public void setContentPageLayoutAreaPK(ContentPageLayoutAreaPK contentPageLayoutAreaPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageLayoutAreaPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getMimeTypePK
-
setMimeTypePK
- Throws:
PersistenceNotNullException
-
getMimeTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-