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