org.kuali.rice.kim.bo.entity
Interface KimEntityAddress

All Superinterfaces:
Defaultable, DefaultableInactivateable, Inactivateable, KimDefaultableEntityTypeData
All Known Implementing Classes:
KimEntityAddressImpl, KimEntityAddressInfo

public interface KimEntityAddress
extends KimDefaultableEntityTypeData

address information for a KIM entity

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getAddressTypeCode()
          Gets this KimEntityAddress's address type code.
 String getCityName()
          Gets this KimEntityAddress's city name.
 String getCityNameUnmasked()
          Gets this KimEntityAddress's unmasked city name.
 String getCountryCode()
          Gets this KimEntityAddress's country code.
 String getCountryCodeUnmasked()
          Gets this KimEntityAddress's unmasked country code.
 String getEntityAddressId()
          Gets this KimEntityAddress's address id.
 String getLine1()
          Gets this KimEntityAddress's first line.
 String getLine1Unmasked()
          Gets this KimEntityAddress's unmasked first line.
 String getLine2()
          Gets this KimEntityAddress's second line.
 String getLine2Unmasked()
          Gets this KimEntityAddress's unmasked second line.
 String getLine3()
          Gets this KimEntityAddress's third line.
 String getLine3Unmasked()
          Gets this KimEntityAddress's unmasked third line.
 String getPostalCode()
          Gets this KimEntityAddress's postal code.
 String getPostalCodeUnmasked()
          Gets this KimEntityAddress's unmasked postal code.
 String getStateCode()
          Gets this KimEntityAddress's state code.
 String getStateCodeUnmasked()
          Gets this KimEntityAddress's unmasked state code.
 boolean isSuppressAddress()
           
 
Methods inherited from interface org.kuali.rice.kim.bo.entity.KimDefaultableEntityTypeData
getEntityTypeCode
 
Methods inherited from interface org.kuali.rice.kns.bo.Defaultable
isDefaultValue, setDefaultValue
 
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable
isActive, setActive
 

Method Detail

getEntityAddressId

String getEntityAddressId()
Gets this KimEntityAddress's address id.

Returns:
the address for this KimEntityAddress, or null if none has been assigned.

getAddressTypeCode

String getAddressTypeCode()
Gets this KimEntityAddress's address type code.

Returns:
the address type code for this KimEntityAddress, or null if none has been assigned.

getLine1

String getLine1()
Gets this KimEntityAddress's first line.

Returns:
the first line for this KimEntityAddress, or null if none has been assigned.

getLine2

String getLine2()
Gets this KimEntityAddress's second line.

Returns:
the second line for this KimEntityAddress, or null if none has been assigned.

getLine3

String getLine3()
Gets this KimEntityAddress's third line.

Returns:
the third line for this KimEntityAddress, or null if none has been assigned.

getCityName

String getCityName()
Gets this KimEntityAddress's city name.

Returns:
the city name for this KimEntityAddress, or null if none has been assigned.

getStateCode

String getStateCode()
Gets this KimEntityAddress's state code.

Returns:
the state code for this KimEntityAddress, or null if none has been assigned.

getPostalCode

String getPostalCode()
Gets this KimEntityAddress's postal code.

Returns:
the postal code for this KimEntityAddress, or null if none has been assigned.

getCountryCode

String getCountryCode()
Gets this KimEntityAddress's country code.

Returns:
the country code for this KimEntityAddress, or null if none has been assigned.

getLine1Unmasked

String getLine1Unmasked()
Gets this KimEntityAddress's unmasked first line.

Returns:
the unmasked first line for this KimEntityAddress, or null if none has been assigned.

getLine2Unmasked

String getLine2Unmasked()
Gets this KimEntityAddress's unmasked second line.

Returns:
the unmasked second line for this KimEntityAddress, or null if none has been assigned.

getLine3Unmasked

String getLine3Unmasked()
Gets this KimEntityAddress's unmasked third line.

Returns:
the unmasked third line for this KimEntityAddress, or null if none has been assigned.

getCityNameUnmasked

String getCityNameUnmasked()
Gets this KimEntityAddress's unmasked city name.

Returns:
the unmasked city name for this KimEntityAddress, or null if none has been assigned.

getStateCodeUnmasked

String getStateCodeUnmasked()
Gets this KimEntityAddress's unmasked state code.

Returns:
the unmasked state code for this KimEntityAddress, or null if none has been assigned.

getPostalCodeUnmasked

String getPostalCodeUnmasked()
Gets this KimEntityAddress's unmasked postal code.

Returns:
the unmasked postal code for this KimEntityAddress, or null if none has been assigned.

getCountryCodeUnmasked

String getCountryCodeUnmasked()
Gets this KimEntityAddress's unmasked country code.

Returns:
the unmasked country code for this KimEntityAddress, or null if none has been assigned.

isSuppressAddress

boolean isSuppressAddress()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.