Class ContentPageAreaUrlValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentPageAreaUrlPK>
com.echothree.model.data.content.server.value.ContentPageAreaUrlValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContentPageAreaUrlValue
extends BaseValue<ContentPageAreaUrlPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContentPageAreaUrlValue(ContentPageAreaDetailPK contentPageAreaDetailPK, String url) Creates a new instance of ContentPageAreaUrlValueContentPageAreaUrlValue(ContentPageAreaUrlPK contentPageAreaLinkPK, ContentPageAreaDetailPK contentPageAreaDetailPK, String url) Creates a new instance of ContentPageAreaUrlValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleangetUrl()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContentPageAreaDetailPK(ContentPageAreaDetailPK contentPageAreaDetailPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentPageAreaUrlValue
public ContentPageAreaUrlValue(ContentPageAreaUrlPK contentPageAreaLinkPK, ContentPageAreaDetailPK contentPageAreaDetailPK, String url) throws PersistenceNotNullException Creates a new instance of ContentPageAreaUrlValue- Throws:
PersistenceNotNullException
-
ContentPageAreaUrlValue
public ContentPageAreaUrlValue(ContentPageAreaDetailPK contentPageAreaDetailPK, String url) throws PersistenceNotNullException Creates a new instance of ContentPageAreaUrlValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContentPageAreaUrlPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContentPageAreaUrlPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContentPageAreaUrlPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContentPageAreaUrlPK>
-
getContentPageAreaDetailPK
-
setContentPageAreaDetailPK
public void setContentPageAreaDetailPK(ContentPageAreaDetailPK contentPageAreaDetailPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContentPageAreaDetailPKHasBeenModified
-
getUrl
-
setUrl
- Throws:
PersistenceNotNullException
-
getUrlHasBeenModified
-