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 TypeMethodDescriptionboolean
boolean
boolean
boolean
getPostalAddressElementType
(EntityPermission entityPermission) getPostalAddressElementType
(Session session) getPostalAddressElementType
(Session session, EntityPermission entityPermission) boolean
getPostalAddressLine
(EntityPermission entityPermission) getPostalAddressLine
(Session session) getPostalAddressLine
(Session session, EntityPermission entityPermission) boolean
getPostalAddressLineForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setAlwaysIncludePrefix
(Boolean alwaysIncludePrefix) void
setAlwaysIncludeSuffix
(Boolean alwaysIncludeSuffix) void
setFromTime
(Long fromTime) void
void
setPostalAddressElementTypePK
(PostalAddressElementTypePK postalAddressElementTypePK) void
void
setPostalAddressLineElementSortOrder
(Integer postalAddressLineElementSortOrder) void
void
setPostalAddressLinePK
(PostalAddressLinePK postalAddressLinePK) void
void
void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getPostalAddressLineElementValue
-
setPostalAddressLineElementValue
public void setPostalAddressLineElementValue(PostalAddressLineElementValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-