org.kuali.kfs.module.purap.businessobject
Class ReceivingAddress
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
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
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
extension, versionNumber |
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 interface org.kuali.rice.kns.bo.BusinessObject |
prepareForWorkflow |
ReceivingAddress
public ReceivingAddress()
- Default constructor.
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.