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) getPostalAddressElementType(Session session) getPostalAddressElementType(Session session, EntityPermission entityPermission) booleangetPostalAddressLine(EntityPermission entityPermission) getPostalAddressLine(Session session) getPostalAddressLine(Session session, EntityPermission entityPermission) booleangetPostalAddressLineForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetAlwaysIncludePrefix(Boolean alwaysIncludePrefix) voidsetAlwaysIncludeSuffix(Boolean alwaysIncludeSuffix) voidsetFromTime(Long fromTime) voidvoidsetPostalAddressElementTypePK(PostalAddressElementTypePK postalAddressElementTypePK) voidvoidsetPostalAddressLineElementSortOrder(Integer postalAddressLineElementSortOrder) voidvoidsetPostalAddressLinePK(PostalAddressLinePK postalAddressLinePK) voidvoidvoidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPostalAddressLineElementValue
-
setPostalAddressLineElementValue
public void setPostalAddressLineElementValue(PostalAddressLineElementValue 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
-
getPostalAddressLineElementSortOrder
-
setPostalAddressLineElementSortOrder
public void setPostalAddressLineElementSortOrder(Integer postalAddressLineElementSortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPostalAddressLineElementSortOrderHasBeenModified
-
getPostalAddressElementTypePK
-
getPostalAddressElementType
public PostalAddressElementType getPostalAddressElementType(Session session, EntityPermission entityPermission) -
getPostalAddressElementType
-
getPostalAddressElementType
-
getPostalAddressElementType
-
getPostalAddressElementTypeForUpdate
-
getPostalAddressElementTypeForUpdate
-
setPostalAddressElementTypePK
public void setPostalAddressElementTypePK(PostalAddressElementTypePK postalAddressElementTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPostalAddressElementType
-
getPostalAddressElementTypePKHasBeenModified
-
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
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-