Class ContentPageLayoutDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentPageLayoutDetailPK>
com.echothree.model.data.content.server.value.ContentPageLayoutDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContentPageLayoutDetailValue
extends BaseValue<ContentPageLayoutDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContentPageLayoutDetailValue
(ContentPageLayoutDetailPK contentPageLayoutDetailPK, ContentPageLayoutPK contentPageLayoutPK, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageLayoutDetailValueContentPageLayoutDetailValue
(ContentPageLayoutPK contentPageLayoutPK, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageLayoutDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContentPageLayoutName
(String contentPageLayoutName) void
setContentPageLayoutPK
(ContentPageLayoutPK contentPageLayoutPK) 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
-
ContentPageLayoutDetailValue
public ContentPageLayoutDetailValue(ContentPageLayoutDetailPK contentPageLayoutDetailPK, ContentPageLayoutPK contentPageLayoutPK, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentPageLayoutDetailValue- Throws:
PersistenceNotNullException
-
ContentPageLayoutDetailValue
public ContentPageLayoutDetailValue(ContentPageLayoutPK contentPageLayoutPK, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContentPageLayoutDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContentPageLayoutDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentPageLayoutDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentPageLayoutDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContentPageLayoutDetailPK>
-
getContentPageLayoutPK
-
setContentPageLayoutPK
public void setContentPageLayoutPK(ContentPageLayoutPK contentPageLayoutPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageLayoutPKHasBeenModified
-
getContentPageLayoutName
-
setContentPageLayoutName
public void setContentPageLayoutName(String contentPageLayoutName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageLayoutNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-