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

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.BillingAddress
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 BillingAddress
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

Billing Address Business Object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BillingAddress()
          Default constructor.
 
Method Summary
 CampusParameter getBillingCampus()
           
 String getBillingCampusCode()
           
 String getBillingCityName()
           
 String getBillingCountryCode()
           
 String getBillingLine1Address()
           
 String getBillingLine2Address()
           
 String getBillingName()
           
 String getBillingPhoneNumber()
           
 String getBillingPostalCode()
           
 String getBillingStateCode()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setBillingCampus(CampusParameter billingCampus)
          Deprecated.  
 void setBillingCampusCode(String billingCampusCode)
           
 void setBillingCityName(String billingCityName)
           
 void setBillingCountryCode(String billingCountryCode)
           
 void setBillingLine1Address(String billingLine1Address)
           
 void setBillingLine2Address(String billingLine2Address)
           
 void setBillingName(String billingName)
           
 void setBillingPhoneNumber(String billingPhoneNumber)
           
 void setBillingPostalCode(String billingPostalCode)
           
 void setBillingStateCode(String billingStateCode)
           
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

BillingAddress

public BillingAddress()
Default constructor.

Method Detail

getBillingCampusCode

public String getBillingCampusCode()

setBillingCampusCode

public void setBillingCampusCode(String billingCampusCode)

getBillingName

public String getBillingName()

setBillingName

public void setBillingName(String billingName)

getBillingLine1Address

public String getBillingLine1Address()

setBillingLine1Address

public void setBillingLine1Address(String billingLine1Address)

getBillingLine2Address

public String getBillingLine2Address()

setBillingLine2Address

public void setBillingLine2Address(String billingLine2Address)

getBillingCityName

public String getBillingCityName()

setBillingCityName

public void setBillingCityName(String billingCityName)

getBillingStateCode

public String getBillingStateCode()

setBillingStateCode

public void setBillingStateCode(String billingStateCode)

getBillingPostalCode

public String getBillingPostalCode()

setBillingPostalCode

public void setBillingPostalCode(String billingPostalCode)

getBillingCountryCode

public String getBillingCountryCode()

setBillingCountryCode

public void setBillingCountryCode(String billingCountryCode)

getBillingPhoneNumber

public String getBillingPhoneNumber()

setBillingPhoneNumber

public void setBillingPhoneNumber(String billingPhoneNumber)

getBillingCampus

public CampusParameter getBillingCampus()

setBillingCampus

public void setBillingCampus(CampusParameter billingCampus)
Deprecated. 


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

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.