|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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.ModelBuilder
public String getEntityId()
EntityAddressContract
getEntityId
in interface EntityAddressContract
EntityAddressContract
public String getEntityTypeCode()
EntityAddressContract
EntityAddressContract
's object.
getEntityTypeCode
in interface EntityAddressContract
EntityAddressContract
public Type.Builder getAddressType()
EntityAddressContract
EntityAddressContract
's address type code.
getAddressType
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getLine1()
EntityAddressContract
EntityAddressContract
's first line.
getLine1
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getLine2()
EntityAddressContract
EntityAddressContract
's second line.
getLine2
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getLine3()
EntityAddressContract
EntityAddressContract
's third line.
getLine3
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getCityName()
EntityAddressContract
EntityAddressContract
's city name.
getCityName
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getStateCode()
EntityAddressContract
EntityAddressContract
's state code.
getStateCode
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getPostalCode()
EntityAddressContract
EntityAddressContract
's postal code.
getPostalCode
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getCountryCode()
EntityAddressContract
EntityAddressContract
's country code.
getCountryCode
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getLine1Unmasked()
EntityAddressContract
EntityAddressContract
's unmasked first line.
getLine1Unmasked
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getLine2Unmasked()
EntityAddressContract
EntityAddressContract
's unmasked second line.
getLine2Unmasked
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getLine3Unmasked()
EntityAddressContract
EntityAddressContract
's unmasked third line.
getLine3Unmasked
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getCityNameUnmasked()
EntityAddressContract
EntityAddressContract
's unmasked city name.
getCityNameUnmasked
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getStateCodeUnmasked()
EntityAddressContract
EntityAddressContract
's unmasked state code.
getStateCodeUnmasked
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getPostalCodeUnmasked()
EntityAddressContract
EntityAddressContract
's unmasked postal code.
getPostalCodeUnmasked
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public String getCountryCodeUnmasked()
EntityAddressContract
EntityAddressContract
's unmasked country code.
getCountryCodeUnmasked
in interface EntityAddressContract
EntityAddressContract
, or null if none has been assigned.public boolean isSuppressAddress()
EntityAddressContract
isSuppressAddress
in interface EntityAddressContract
public boolean isDefaultValue()
isDefaultValue
in interface org.kuali.rice.core.api.mo.common.Defaultable
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public String getObjectId()
getObjectId
in interface org.kuali.rice.core.api.mo.common.GloballyUnique
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public 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 |