org.kuali.kfs.module.purap.businessobject
Class ReceivingAddress

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.purap.businessobject.ReceivingAddress
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class ReceivingAddress
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

Receiving Address Business Object. Used when an institution has products shipped by vendors to their "central receiving" organziation, which will then deliever the products to the final delivery addresses. ReceivingAddress defines all the required address fields as well as an indicator to decide whether the receiving address or the final delivery address will be used as the shipping address provided to a vendor.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
ReceivingAddress()
          Default constructor.
 
Method Summary
 Chart getChartOfAccounts()
           
 String getChartOfAccountsCode()
           
 Organization getOrganization()
           
 String getOrganizationCode()
           
 Integer getReceivingAddressIdentifier()
           
 String getReceivingCityName()
           
 String getReceivingCountryCode()
           
 String getReceivingLine1Address()
           
 String getReceivingLine2Address()
           
 String getReceivingName()
           
 String getReceivingPostalCode()
           
 String getReceivingStateCode()
           
 boolean isActive()
           
 boolean isDefaultIndicator()
           
 boolean isUseReceivingIndicator()
           
 void setActive(boolean active)
           
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
           
 void setDefaultIndicator(boolean defaultIndicator)
           
 void setOrganization(Organization organization)
          Deprecated.  
 void setOrganizationCode(String organizationCode)
           
 void setReceivingAddressIdentifier(Integer receivingAddressIdentifier)
           
 void setReceivingCityName(String receivingCityName)
           
 void setReceivingCountryCode(String receivingCountryCode)
           
 void setReceivingLine1Address(String receivingLine1Address)
           
 void setReceivingLine2Address(String receivingLine2Address)
           
 void setReceivingName(String receivingName)
           
 void setReceivingPostalCode(String receivingPostalCode)
           
 void setReceivingStateCode(String receivingStateCode)
           
 void setUseReceivingIndicator(boolean useReceivingIndicator)
           
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

ReceivingAddress

public ReceivingAddress()
Default constructor.

Method Detail

isActive

public boolean isActive()
Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable

setActive

public void setActive(boolean active)
Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable

getChartOfAccountsCode

public String getChartOfAccountsCode()

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)

isDefaultIndicator

public boolean isDefaultIndicator()

setDefaultIndicator

public void setDefaultIndicator(boolean defaultIndicator)

getOrganizationCode

public String getOrganizationCode()

setOrganizationCode

public void setOrganizationCode(String organizationCode)

getReceivingAddressIdentifier

public Integer getReceivingAddressIdentifier()

setReceivingAddressIdentifier

public void setReceivingAddressIdentifier(Integer receivingAddressIdentifier)

getReceivingCityName

public String getReceivingCityName()

setReceivingCityName

public void setReceivingCityName(String receivingCityName)

getReceivingCountryCode

public String getReceivingCountryCode()

setReceivingCountryCode

public void setReceivingCountryCode(String receivingCountryCode)

getReceivingLine1Address

public String getReceivingLine1Address()

setReceivingLine1Address

public void setReceivingLine1Address(String receivingLine1Address)

getReceivingLine2Address

public String getReceivingLine2Address()

setReceivingLine2Address

public void setReceivingLine2Address(String receivingLine2Address)

getReceivingName

public String getReceivingName()

setReceivingName

public void setReceivingName(String receivingName)

getReceivingPostalCode

public String getReceivingPostalCode()

setReceivingPostalCode

public void setReceivingPostalCode(String receivingPostalCode)

getReceivingStateCode

public String getReceivingStateCode()

setReceivingStateCode

public void setReceivingStateCode(String receivingStateCode)

isUseReceivingIndicator

public boolean isUseReceivingIndicator()

setUseReceivingIndicator

public void setUseReceivingIndicator(boolean useReceivingIndicator)

getChartOfAccounts

public Chart getChartOfAccounts()

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Deprecated. 


getOrganization

public Organization getOrganization()

setOrganization

public void setOrganization(Organization organization)
Deprecated. 


toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.