Class ContentWebAddressValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContentWebAddressPK>
com.echothree.model.data.content.server.value.ContentWebAddressValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContentWebAddressValue
extends BaseValue<ContentWebAddressPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContentWebAddressValue
(ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) Creates a new instance of ContentWebAddressValueContentWebAddressValue
(ContentWebAddressPK contentWebAddressPK, ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) Creates a new instance of ContentWebAddressValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(ContentWebAddressDetailPK activeDetailPK) void
setLastDetailPK
(ContentWebAddressDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContentWebAddressValue
public ContentWebAddressValue(ContentWebAddressPK contentWebAddressPK, ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ContentWebAddressValue- Throws:
PersistenceNotNullException
-
ContentWebAddressValue
public ContentWebAddressValue(ContentWebAddressDetailPK activeDetailPK, ContentWebAddressDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ContentWebAddressValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContentWebAddressPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContentWebAddressPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContentWebAddressPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContentWebAddressPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-