|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo org.kuali.rice.kim.bo.entity.dto.KimDefaultableInfo org.kuali.rice.kim.bo.entity.dto.KimEntityAddressInfo
public class KimEntityAddressInfo
Field Summary | |
---|---|
protected String |
addressTypeCode
|
protected String |
cityName
|
protected String |
cityNameUnmasked
|
protected String |
countryCode
|
protected String |
countryCodeUnmasked
|
protected String |
entityAddressId
|
protected String |
entityTypeCode
|
protected String |
line1
|
protected String |
line1Unmasked
|
protected String |
line2
|
protected String |
line2Unmasked
|
protected String |
line3
|
protected String |
line3Unmasked
|
protected String |
postalCode
|
protected String |
postalCodeUnmasked
|
private static long |
serialVersionUID
|
protected String |
stateCode
|
protected String |
stateCodeUnmasked
|
protected boolean |
suppressAddress
|
Fields inherited from class org.kuali.rice.kim.bo.entity.dto.KimDefaultableInfo |
---|
dflt |
Fields inherited from class org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo |
---|
active |
Constructor Summary | |
---|---|
KimEntityAddressInfo()
This constructs an empty KimEntityAddressInfo |
|
KimEntityAddressInfo(KimEntityAddress addr)
This constructs a KimEntityAddressInfo derived from the given KimEntityAddress |
Methods inherited from class org.kuali.rice.kim.bo.entity.dto.KimDefaultableInfo |
---|
isDefault, setDefault |
Methods inherited from class org.kuali.rice.kim.bo.entity.dto.KimInactivatableInfo |
---|
isActive, setActive |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.Defaultable |
---|
isDefault, setDefault |
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable |
---|
isActive, setActive |
Field Detail |
---|
private static final long serialVersionUID
protected String entityAddressId
protected String addressTypeCode
protected String entityTypeCode
protected String cityName
protected String cityNameUnmasked
protected String stateCode
protected String stateCodeUnmasked
protected String postalCode
protected String postalCodeUnmasked
protected String countryCode
protected String countryCodeUnmasked
protected String line1
protected String line1Unmasked
protected String line2
protected String line2Unmasked
protected String line3
protected String line3Unmasked
protected boolean suppressAddress
Constructor Detail |
---|
public KimEntityAddressInfo()
KimEntityAddressInfo
public KimEntityAddressInfo(KimEntityAddress addr)
KimEntityAddressInfo
derived from the given KimEntityAddress
Method Detail |
---|
public String getEntityAddressId()
KimEntityAddress
's address id.
getEntityAddressId
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.getEntityAddressId()
public void setEntityAddressId(String entityAddressId)
entityAddressId
- the entityAddressId to setpublic String getAddressTypeCode()
KimEntityAddress
's address type code.
getAddressTypeCode
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.getAddressTypeCode()
public void setAddressTypeCode(String addressTypeCode)
addressTypeCode
- the addressTypeCode to setpublic String getEntityTypeCode()
getEntityTypeCode
in interface KimDefaultableEntityTypeData
getEntityTypeCode()
public void setEntityTypeCode(String entityTypeCode)
entityTypeCode
- the entityTypeCode to setpublic String getCityName()
KimEntityAddress
's city name.
getCityName
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.getCityName()
public void setCityName(String cityName)
cityName
- the cityName to setpublic String getCityNameUnmasked()
KimEntityAddress
's unmasked city name.
getCityNameUnmasked
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.getCityNameUnmasked()
public void setCityNameUnmasked(String cityNameUnmasked)
cityNameUnmasked
- the cityNameUnmasked to setpublic String getStateCode()
KimEntityAddress
's state code.
getStateCode
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.getStateCode()
public void setStateCode(String stateCode)
stateCode
- the stateCode to setpublic String getStateCodeUnmasked()
KimEntityAddress
's unmasked state code.
getStateCodeUnmasked
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.getStateCodeUnmasked()
public void setStateCodeUnmasked(String stateCodeUnmasked)
stateCodeUnmasked
- the stateCodeUnmasked to setpublic String getPostalCode()
KimEntityAddress
's postal code.
getPostalCode
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.getPostalCode()
public void setPostalCode(String postalCode)
postalCode
- the postalCode to setpublic String getPostalCodeUnmasked()
KimEntityAddress
's unmasked postal code.
getPostalCodeUnmasked
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.getPostalCodeUnmasked()
public void setPostalCodeUnmasked(String postalCodeUnmasked)
postalCodeUnmasked
- the postalCodeUnmasked to setpublic String getCountryCode()
KimEntityAddress
's country code.
getCountryCode
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.getCountryCode()
public void setCountryCode(String countryCode)
countryCode
- the countryCode to setpublic String getCountryCodeUnmasked()
KimEntityAddress
's unmasked country code.
getCountryCodeUnmasked
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.KimEntityAddress.getCountryCodeUnmasked()
public void setCountryCodeUnmasked(String countryCodeUnmasked)
public String getLine1()
KimEntityAddress
's first line.
getLine1
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.KimEntityAddress.getLine1()
public void setLine1(String line1)
line1
- the line1 to setpublic String getLine1Unmasked()
KimEntityAddress
's unmasked first line.
getLine1Unmasked
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.KimEntityAddress.getLine1Unmasked()
public void setLine1Unmasked(String line1Unmasked)
line1Unmasked
- the line1Unmasked to setpublic String getLine2()
KimEntityAddress
's second line.
getLine2
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.KimEntityAddress.getLine2()
public void setLine2(String line2)
line2
- the line2 to setpublic String getLine2Unmasked()
KimEntityAddress
's unmasked second line.
getLine2Unmasked
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.KimEntityAddress.getLine2Unmasked()
public void setLine2Unmasked(String line2Unmasked)
line2Unmasked
- the line2Unmasked to setpublic String getLine3()
KimEntityAddress
's third line.
getLine3
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.KimEntityAddress.getLine3()
public void setLine3(String line3)
line3
- the line3 to setpublic String getLine3Unmasked()
KimEntityAddress
's unmasked third line.
getLine3Unmasked
in interface KimEntityAddress
KimEntityAddress
, or null if none has been assigned.KimEntityAddress.getLine3Unmasked()
public void setLine3Unmasked(String line3Unmasked)
line3Unmasked
- the line3Unmasked to setpublic boolean isSuppressAddress()
isSuppressAddress
in interface KimEntityAddress
public void setSuppressAddress(boolean suppressAddress)
suppressAddress
- the suppressAddress to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |