Class PostalAddressLineDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PostalAddressLineDetailPK>
com.echothree.model.data.contact.server.value.PostalAddressLineDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PostalAddressLineDetailValue
extends BaseValue<PostalAddressLineDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPostalAddressLineDetailValue
(PostalAddressLineDetailPK postalAddressLineDetailPK, PostalAddressLinePK postalAddressLinePK, PostalAddressFormatPK postalAddressFormatPK, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, Long fromTime, Long thruTime) Creates a new instance of PostalAddressLineDetailValuePostalAddressLineDetailValue
(PostalAddressLinePK postalAddressLinePK, PostalAddressFormatPK postalAddressFormatPK, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, Long fromTime, Long thruTime) Creates a new instance of PostalAddressLineDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAlwaysIncludePrefix
(Boolean alwaysIncludePrefix) void
setAlwaysIncludeSuffix
(Boolean alwaysIncludeSuffix) void
setCollapseIfEmpty
(Boolean collapseIfEmpty) void
setFromTime
(Long fromTime) void
setPostalAddressFormatPK
(PostalAddressFormatPK postalAddressFormatPK) void
setPostalAddressLinePK
(PostalAddressLinePK postalAddressLinePK) void
setPostalAddressLineSortOrder
(Integer postalAddressLineSortOrder) void
void
void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PostalAddressLineDetailValue
public PostalAddressLineDetailValue(PostalAddressLineDetailPK postalAddressLineDetailPK, PostalAddressLinePK postalAddressLinePK, PostalAddressFormatPK postalAddressFormatPK, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PostalAddressLineDetailValue- Throws:
PersistenceNotNullException
-
PostalAddressLineDetailValue
public PostalAddressLineDetailValue(PostalAddressLinePK postalAddressLinePK, PostalAddressFormatPK postalAddressFormatPK, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PostalAddressLineDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PostalAddressLineDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PostalAddressLineDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PostalAddressLineDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PostalAddressLineDetailPK>
-
getPostalAddressLinePK
-
setPostalAddressLinePK
public void setPostalAddressLinePK(PostalAddressLinePK postalAddressLinePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPostalAddressLinePKHasBeenModified
-
getPostalAddressFormatPK
-
setPostalAddressFormatPK
public void setPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPostalAddressFormatPKHasBeenModified
-
getPostalAddressLineSortOrder
-
setPostalAddressLineSortOrder
public void setPostalAddressLineSortOrder(Integer postalAddressLineSortOrder) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPostalAddressLineSortOrderHasBeenModified
-
getPrefix
-
setPrefix
-
getPrefixHasBeenModified
-
getAlwaysIncludePrefix
-
setAlwaysIncludePrefix
- Throws:
PersistenceNotNullException
-
getAlwaysIncludePrefixHasBeenModified
-
getSuffix
-
setSuffix
-
getSuffixHasBeenModified
-
getAlwaysIncludeSuffix
-
setAlwaysIncludeSuffix
- Throws:
PersistenceNotNullException
-
getAlwaysIncludeSuffixHasBeenModified
-
getCollapseIfEmpty
-
setCollapseIfEmpty
- Throws:
PersistenceNotNullException
-
getCollapseIfEmptyHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-