|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kim.api.identity.address.EntityAddress.Builder
public static final class EntityAddress.Builder
A builder which can be used to construct EntityAddress instances. Enforces the constraints of the EntityAddressContract.
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static EntityAddress.Builder create()
public static EntityAddress.Builder create(EntityAddressContract contract)
public EntityAddress build()
build in interface org.kuali.rice.core.api.mo.ModelBuilderpublic String getEntityId()
EntityAddressContract
getEntityId in interface EntityAddressContractEntityAddressContractpublic String getEntityTypeCode()
EntityAddressContractEntityAddressContract's object.
getEntityTypeCode in interface EntityAddressContractEntityAddressContractpublic Type.Builder getAddressType()
EntityAddressContractEntityAddressContract's address type code.
getAddressType in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getLine1()
EntityAddressContractEntityAddressContract's first line.
getLine1 in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getLine2()
EntityAddressContractEntityAddressContract's second line.
getLine2 in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getLine3()
EntityAddressContractEntityAddressContract's third line.
getLine3 in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getCityName()
EntityAddressContractEntityAddressContract's city name.
getCityName in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getStateCode()
EntityAddressContractEntityAddressContract's state code.
getStateCode in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getPostalCode()
EntityAddressContractEntityAddressContract's postal code.
getPostalCode in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getCountryCode()
EntityAddressContractEntityAddressContract's country code.
getCountryCode in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getLine1Unmasked()
EntityAddressContractEntityAddressContract's unmasked first line.
getLine1Unmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getLine2Unmasked()
EntityAddressContractEntityAddressContract's unmasked second line.
getLine2Unmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getLine3Unmasked()
EntityAddressContractEntityAddressContract's unmasked third line.
getLine3Unmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getCityNameUnmasked()
EntityAddressContractEntityAddressContract's unmasked city name.
getCityNameUnmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getStateCodeUnmasked()
EntityAddressContractEntityAddressContract's unmasked state code.
getStateCodeUnmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getPostalCodeUnmasked()
EntityAddressContractEntityAddressContract's unmasked postal code.
getPostalCodeUnmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public String getCountryCodeUnmasked()
EntityAddressContractEntityAddressContract's unmasked country code.
getCountryCodeUnmasked in interface EntityAddressContractEntityAddressContract, or null if none has been assigned.public boolean isSuppressAddress()
EntityAddressContract
isSuppressAddress in interface EntityAddressContractpublic boolean isDefaultValue()
isDefaultValue in interface org.kuali.rice.core.api.mo.common.Defaultablepublic Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic String getObjectId()
getObjectId in interface org.kuali.rice.core.api.mo.common.GloballyUniquepublic boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic void setEntityId(String entityId)
public void setEntityTypeCode(String entityTypeCode)
public void setAddressType(Type.Builder addressType)
public void setLine1(String line1)
public void setLine2(String line2)
public void setLine3(String line3)
public void setCityName(String cityName)
public void setStateCode(String stateCode)
public void setPostalCode(String postalCode)
public void setCountryCode(String countryCode)
public void setDefaultValue(boolean defaultValue)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
public void setActive(boolean active)
public void setId(String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||