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