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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContentPageLayoutPK
(ContentPageLayoutPK contentPageLayoutPK) void
setContentPageName
(String contentPageName) void
setContentPagePK
(ContentPagePK contentPagePK) void
setContentSectionPK
(ContentSectionPK contentSectionPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ContentPageDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentPageDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentPageDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-