org.kuali.kfs.sys.businessobject
Class Building

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.sys.businessobject.Building
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 Building
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
Building()
          Default constructor.
 
Method Summary
 String getAlternateBuildingCode()
          Gets the alternateBuildingCode attribute.
 String getBuildingAddressCityName()
          Gets the buildingAddressCityName attribute.
 org.kuali.rice.kns.bo.Country getBuildingAddressCountry()
          Gets the buildingAddressCountry attribute.
 String getBuildingAddressCountryCode()
          Gets the buildingAddressCountryCode attribute.
 org.kuali.rice.kns.bo.State getBuildingAddressState()
          Gets the buildingAddressState attribute.
 String getBuildingAddressStateCode()
          Gets the buildingAddressStateCode attribute.
 org.kuali.rice.kns.bo.PostalCode getBuildingAddressZip()
          Gets the buildingAddressZip attribute.
 String getBuildingAddressZipCode()
          Gets the buildingAddressZipCode attribute.
 String getBuildingCode()
          Gets the buildingCode attribute.
 String getBuildingName()
          Gets the buildingName attribute.
 String getBuildingStreetAddress()
          Gets the buildingStreetAddress attribute.
 org.kuali.rice.kns.bo.Campus getCampus()
          Gets the campus attribute.
 String getCampusCode()
          Gets the campusCode attribute.
 boolean isActive()
          Gets the active attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setAlternateBuildingCode(String alternateBuildingCode)
          Sets the alternateBuildingCode attribute value.
 void setBuildingAddressCityName(String buildingAddressCityName)
          Sets the buildingAddressCityName attribute value.
 void setBuildingAddressCountry(org.kuali.rice.kns.bo.Country buildingAddressCountry)
          Sets the buildingAddressCountry attribute value.
 void setBuildingAddressCountryCode(String buildingAddressCountryCode)
          Sets the buildingAddressCountryCode attribute value.
 void setBuildingAddressState(org.kuali.rice.kns.bo.State buildingAddressState)
          Deprecated.  
 void setBuildingAddressStateCode(String buildingAddressStateCode)
          Sets the buildingAddressStateCode attribute value.
 void setBuildingAddressZip(org.kuali.rice.kns.bo.PostalCode buildingAddressZip)
          Deprecated.  
 void setBuildingAddressZipCode(String buildingAddressZipCode)
          Sets the buildingAddressZipCode attribute value.
 void setBuildingCode(String buildingCode)
          Sets the buildingCode attribute.
 void setBuildingName(String buildingName)
          Sets the buildingName attribute.
 void setBuildingStreetAddress(String buildingStreetAddress)
          Sets the buildingStreetAddress attribute value.
 void setCampus(org.kuali.rice.kns.bo.Campus campus)
          Sets the campus attribute value.
 void setCampusCode(String campusCode)
          Sets the campusCode attribute.
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

Building

public Building()
Default constructor.

Method Detail

getCampusCode

public String getCampusCode()
Gets the campusCode attribute.

Returns:
Returns the campusCode

setCampusCode

public void setCampusCode(String campusCode)
Sets the campusCode attribute.

Parameters:
campusCode - The campusCode to set.

getBuildingCode

public String getBuildingCode()
Gets the buildingCode attribute.

Returns:
Returns the buildingCode

setBuildingCode

public void setBuildingCode(String buildingCode)
Sets the buildingCode attribute.

Parameters:
buildingCode - The buildingCode to set.

getBuildingName

public String getBuildingName()
Gets the buildingName attribute.

Returns:
Returns the buildingName

setBuildingName

public void setBuildingName(String buildingName)
Sets the buildingName attribute.

Parameters:
buildingName - The buildingName to set.

getCampus

public org.kuali.rice.kns.bo.Campus getCampus()
Gets the campus attribute.

Returns:
Returns the campus.

setCampus

public void setCampus(org.kuali.rice.kns.bo.Campus campus)
Sets the campus attribute value.

Parameters:
campus - The campus to set.

getAlternateBuildingCode

public String getAlternateBuildingCode()
Gets the alternateBuildingCode attribute.

Returns:
Returns the alternateBuildingCode.

setAlternateBuildingCode

public void setAlternateBuildingCode(String alternateBuildingCode)
Sets the alternateBuildingCode attribute value.

Parameters:
alternateBuildingCode - The alternateBuildingCode to set.

getBuildingAddressCityName

public String getBuildingAddressCityName()
Gets the buildingAddressCityName attribute.

Returns:
Returns the buildingAddressCityName.

setBuildingAddressCityName

public void setBuildingAddressCityName(String buildingAddressCityName)
Sets the buildingAddressCityName attribute value.

Parameters:
buildingAddressCityName - The buildingAddressCityName to set.

getBuildingAddressStateCode

public String getBuildingAddressStateCode()
Gets the buildingAddressStateCode attribute.

Returns:
Returns the buildingAddressStateCode.

setBuildingAddressStateCode

public void setBuildingAddressStateCode(String buildingAddressStateCode)
Sets the buildingAddressStateCode attribute value.

Parameters:
buildingAddressStateCode - The buildingAddressStateCode to set.

getBuildingAddressZipCode

public String getBuildingAddressZipCode()
Gets the buildingAddressZipCode attribute.

Returns:
Returns the buildingAddressZipCode.

setBuildingAddressZipCode

public void setBuildingAddressZipCode(String buildingAddressZipCode)
Sets the buildingAddressZipCode attribute value.

Parameters:
buildingAddressZipCode - The buildingAddressZipCode to set.

getBuildingStreetAddress

public String getBuildingStreetAddress()
Gets the buildingStreetAddress attribute.

Returns:
Returns the buildingStreetAddress.

setBuildingStreetAddress

public void setBuildingStreetAddress(String buildingStreetAddress)
Sets the buildingStreetAddress attribute value.

Parameters:
buildingStreetAddress - The buildingStreetAddress to set.

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.

getBuildingAddressState

public org.kuali.rice.kns.bo.State getBuildingAddressState()
Gets the buildingAddressState attribute.

Returns:
Returns the buildingAddressState.

setBuildingAddressState

public void setBuildingAddressState(org.kuali.rice.kns.bo.State buildingAddressState)
Deprecated. 

Sets the buildingAddressState attribute value.

Parameters:
buildingAddressState - The buildingAddressState to set.

getBuildingAddressZip

public org.kuali.rice.kns.bo.PostalCode getBuildingAddressZip()
Gets the buildingAddressZip attribute.

Returns:
Returns the buildingAddressZip.

setBuildingAddressZip

public void setBuildingAddressZip(org.kuali.rice.kns.bo.PostalCode buildingAddressZip)
Deprecated. 

Sets the buildingAddressZip attribute value.

Parameters:
buildingAddressZip - The buildingAddressZip to set.

getBuildingAddressCountryCode

public String getBuildingAddressCountryCode()
Gets the buildingAddressCountryCode attribute.

Returns:
Returns the buildingAddressCountryCode.

setBuildingAddressCountryCode

public void setBuildingAddressCountryCode(String buildingAddressCountryCode)
Sets the buildingAddressCountryCode attribute value.

Parameters:
buildingAddressCountryCode - The buildingAddressCountryCode to set.

getBuildingAddressCountry

public org.kuali.rice.kns.bo.Country getBuildingAddressCountry()
Gets the buildingAddressCountry attribute.

Returns:
Returns the buildingAddressCountry.

setBuildingAddressCountry

public void setBuildingAddressCountry(org.kuali.rice.kns.bo.Country buildingAddressCountry)
Sets the buildingAddressCountry attribute value.

Parameters:
buildingAddressCountry - The buildingAddressCountry to set.

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.