@Entity public class EntityAddressBo extends EntityAddressBase
objectId, versionNumber| Constructor and Description |
|---|
EntityAddressBo() |
| Modifier and Type | Method and Description |
|---|---|
static EntityAddressBo |
from(EntityAddress immutable)
Creates a EntityAddressBo business object from an immutable representation of a EntityAddress.
|
EntityAddressTypeBo |
getAddressType()
Gets this
EntityAddressContract's address type code. |
String |
getId()
The unique identifier for an object.
|
void |
setAddressType(EntityAddressTypeBo addressType) |
void |
setId(String id) |
static EntityAddress |
to(EntityAddressBo bo) |
getActive, getAddressFormat, getAddressTypeCode, getAttentionLine, getAttentionLineUnmasked, getCity, getCityUnmasked, getCountryCode, getCountryCodeUnmasked, getDefaultValue, getEntityId, getEntityTypeCode, getLine1, getLine1Unmasked, getLine2, getLine2Unmasked, getLine3, getLine3Unmasked, getModifiedDate, getModifiedTimestamp, getNoteMessage, getPostalCode, getPostalCodeUnmasked, getStateProvinceCode, getStateProvinceCodeUnmasked, getSuppressAddress, getValidated, getValidatedDate, getValidatedTimestamp, isActive, isDefaultValue, isSuppressAddress, isValidated, setActive, setAddressFormat, setAddressTypeCode, setAttentionLine, setCity, setCountryCode, setDefaultValue, setEntityId, setEntityTypeCode, setLine1, setLine2, setLine3, setModifiedDate, setModifiedTimestamp, setNoteMessage, setPostalCode, setStateProvinceCode, setSuppressAddress, setValidated, setValidatedDate, setValidatedTimestampgenerateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdpublic EntityAddressBo()
public static EntityAddress to(EntityAddressBo bo)
public static EntityAddressBo from(EntityAddress immutable)
immutable - an immutable EntityAddresspublic EntityAddressTypeBo getAddressType()
EntityAddressContractEntityAddressContract's address type code.EntityAddressContract, or null if none has been assigned.public void setAddressType(EntityAddressTypeBo addressType)
public String getId()
IdentifiableCopyright © 2005–2016 The Kuali Foundation. All rights reserved.