Class ContentPageDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentPageDetailPK>
com.echothree.model.data.content.server.value.ContentPageDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContentPageDetailValue
extends BaseValue<ContentPageDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContentPageDetailValue(ContentPageDetailPK contentPageDetailPK, ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageDetailValueContentPageDetailValue(ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContentPageLayoutPK(ContentPageLayoutPK contentPageLayoutPK) voidsetContentPageName(String contentPageName) voidsetContentPagePK(ContentPagePK contentPagePK) voidsetContentSectionPK(ContentSectionPK contentSectionPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentPageDetailValue
public ContentPageDetailValue(ContentPageDetailPK contentPageDetailPK, ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentPageDetailValue- Throws:
PersistenceNotNullException
-
ContentPageDetailValue
public ContentPageDetailValue(ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentPageDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContentPageDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentPageDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentPageDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContentPageDetailPK>
-
getContentPagePK
-
setContentPagePK
- Throws:
PersistenceNotNullException
-
getContentPagePKHasBeenModified
-
getContentSectionPK
-
setContentSectionPK
public void setContentSectionPK(ContentSectionPK contentSectionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentSectionPKHasBeenModified
-
getContentPageName
-
setContentPageName
- Throws:
PersistenceNotNullException
-
getContentPageNameHasBeenModified
-
getContentPageLayoutPK
-
setContentPageLayoutPK
public void setContentPageLayoutPK(ContentPageLayoutPK contentPageLayoutPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageLayoutPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-