Class PostalAddressLineDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contact.server.entity.PostalAddressLineDetail
- 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 PostalAddressLineDetailPostalAddressLineDetail(PostalAddressLineDetailValue value, EntityPermission entityPermission) Creates a new instance of PostalAddressLineDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleangetPostalAddressFormat(EntityPermission entityPermission) getPostalAddressFormat(Session session) getPostalAddressFormat(Session session, EntityPermission entityPermission) getPostalAddressFormatForUpdate(Session session) booleangetPostalAddressLine(EntityPermission entityPermission) getPostalAddressLine(Session session) getPostalAddressLine(Session session, EntityPermission entityPermission) getPostalAddressLineForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetAlwaysIncludePrefix(Boolean alwaysIncludePrefix) voidsetAlwaysIncludeSuffix(Boolean alwaysIncludeSuffix) voidsetCollapseIfEmpty(Boolean collapseIfEmpty) voidsetFromTime(Long fromTime) voidvoidsetPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) voidvoidvoidsetPostalAddressLinePK(PostalAddressLinePK postalAddressLinePK) voidsetPostalAddressLineSortOrder(Integer postalAddressLineSortOrder) voidvoidvoidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PostalAddressLineDetail
Creates a new instance of PostalAddressLineDetail- Throws:
PersistenceException
-
PostalAddressLineDetail
public PostalAddressLineDetail(PostalAddressLineDetailValue value, EntityPermission entityPermission) Creates a new instance of PostalAddressLineDetail
-
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPostalAddressLineDetailValue
-
setPostalAddressLineDetailValue
public void setPostalAddressLineDetailValue(PostalAddressLineDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPostalAddressLinePK
-
getPostalAddressLine
-
getPostalAddressLine
-
getPostalAddressLine
-
getPostalAddressLine
-
getPostalAddressLineForUpdate
-
getPostalAddressLineForUpdate
-
setPostalAddressLinePK
public void setPostalAddressLinePK(PostalAddressLinePK postalAddressLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPostalAddressLine
-
getPostalAddressLinePKHasBeenModified
-
getPostalAddressFormatPK
-
getPostalAddressFormat
public PostalAddressFormat getPostalAddressFormat(Session session, EntityPermission entityPermission) -
getPostalAddressFormat
-
getPostalAddressFormat
-
getPostalAddressFormat
-
getPostalAddressFormatForUpdate
-
getPostalAddressFormatForUpdate
-
setPostalAddressFormatPK
public void setPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPostalAddressFormat
-
getPostalAddressFormatPKHasBeenModified
-
getPostalAddressLineSortOrder
-
setPostalAddressLineSortOrder
public void setPostalAddressLineSortOrder(Integer postalAddressLineSortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPostalAddressLineSortOrderHasBeenModified
-
getPrefix
-
setPrefix
public void setPrefix(String prefix) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPrefixHasBeenModified
-
getAlwaysIncludePrefix
-
setAlwaysIncludePrefix
public void setAlwaysIncludePrefix(Boolean alwaysIncludePrefix) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAlwaysIncludePrefixHasBeenModified
-
getSuffix
-
setSuffix
public void setSuffix(String suffix) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSuffixHasBeenModified
-
getAlwaysIncludeSuffix
-
setAlwaysIncludeSuffix
public void setAlwaysIncludeSuffix(Boolean alwaysIncludeSuffix) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAlwaysIncludeSuffixHasBeenModified
-
getCollapseIfEmpty
-
setCollapseIfEmpty
public void setCollapseIfEmpty(Boolean collapseIfEmpty) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCollapseIfEmptyHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-