Class PostalAddressLineElement
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contact.server.entity.PostalAddressLineElement
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PostalAddressLineElementPostalAddressLineElement(PostalAddressLineElementValue value, EntityPermission entityPermission) Creates a new instance of PostalAddressLineElement -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleangetPostalAddressElementType(EntityPermission entityPermission) booleangetPostalAddressLine(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidsetAlwaysIncludePrefix(Boolean alwaysIncludePrefix) voidsetAlwaysIncludeSuffix(Boolean alwaysIncludeSuffix) voidsetFromTime(Long fromTime) voidvoidsetPostalAddressElementTypePK(PostalAddressElementTypePK postalAddressElementTypePK) voidvoidsetPostalAddressLineElementSortOrder(Integer postalAddressLineElementSortOrder) voidvoidsetPostalAddressLinePK(PostalAddressLinePK postalAddressLinePK) voidvoidvoidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
PostalAddressLineElement
Creates a new instance of PostalAddressLineElement- Throws:
PersistenceException
-
PostalAddressLineElement
public PostalAddressLineElement(PostalAddressLineElementValue value, EntityPermission entityPermission) Creates a new instance of PostalAddressLineElement
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPostalAddressLineElementValue
-
setPostalAddressLineElementValue
public void setPostalAddressLineElementValue(@Nonnull PostalAddressLineElementValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPostalAddressLinePK
-
getPostalAddressLine
-
getPostalAddressLine
-
getPostalAddressLineForUpdate
-
setPostalAddressLinePK
public void setPostalAddressLinePK(@Nonnull PostalAddressLinePK postalAddressLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPostalAddressLine
-
getPostalAddressLinePKHasBeenModified
-
getPostalAddressLineElementSortOrder
-
setPostalAddressLineElementSortOrder
public void setPostalAddressLineElementSortOrder(@Nonnull Integer postalAddressLineElementSortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPostalAddressLineElementSortOrderHasBeenModified
-
getPostalAddressElementTypePK
-
getPostalAddressElementType
@Nonnull public PostalAddressElementType getPostalAddressElementType(EntityPermission entityPermission) -
getPostalAddressElementType
-
getPostalAddressElementTypeForUpdate
-
setPostalAddressElementTypePK
public void setPostalAddressElementTypePK(@Nonnull PostalAddressElementTypePK postalAddressElementTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPostalAddressElementType
-
getPostalAddressElementTypePKHasBeenModified
-
getPrefix
-
setPrefix
public void setPrefix(@Nullable String prefix) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPrefixHasBeenModified
-
getAlwaysIncludePrefix
-
setAlwaysIncludePrefix
public void setAlwaysIncludePrefix(@Nonnull Boolean alwaysIncludePrefix) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAlwaysIncludePrefixHasBeenModified
-
getSuffix
-
setSuffix
public void setSuffix(@Nullable String suffix) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSuffixHasBeenModified
-
getAlwaysIncludeSuffix
-
setAlwaysIncludeSuffix
public void setAlwaysIncludeSuffix(@Nonnull Boolean alwaysIncludeSuffix) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAlwaysIncludeSuffixHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-