Class ContentPageAreaStringValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentPageAreaStringPK>
com.echothree.model.data.content.server.value.ContentPageAreaStringValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContentPageAreaStringValue
extends BaseValue<ContentPageAreaStringPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContentPageAreaStringValue
(ContentPageAreaDetailPK contentPageAreaDetailPK, String string) Creates a new instance of ContentPageAreaStringValueContentPageAreaStringValue
(ContentPageAreaStringPK contentPageAreaStringPK, ContentPageAreaDetailPK contentPageAreaDetailPK, String string) Creates a new instance of ContentPageAreaStringValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContentPageAreaDetailPK
(ContentPageAreaDetailPK contentPageAreaDetailPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentPageAreaStringValue
public ContentPageAreaStringValue(ContentPageAreaStringPK contentPageAreaStringPK, ContentPageAreaDetailPK contentPageAreaDetailPK, String string) throws PersistenceNotNullException Creates a new instance of ContentPageAreaStringValue- Throws:
PersistenceNotNullException
-
ContentPageAreaStringValue
public ContentPageAreaStringValue(ContentPageAreaDetailPK contentPageAreaDetailPK, String string) throws PersistenceNotNullException Creates a new instance of ContentPageAreaStringValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContentPageAreaStringPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentPageAreaStringPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentPageAreaStringPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContentPageAreaStringPK>
-
getContentPageAreaDetailPK
-
setContentPageAreaDetailPK
public void setContentPageAreaDetailPK(ContentPageAreaDetailPK contentPageAreaDetailPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageAreaDetailPKHasBeenModified
-
getString
-
setString
- Throws:
PersistenceNotNullException
-
getStringHasBeenModified
-