org.kuali.kfs.sys.businessobject
Class Room

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.Room
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 Room
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
Room()
          Default constructor.
 
Method Summary
 Building getBuilding()
          Gets the building attribute.
 String getBuildingCode()
          Gets the buildingCode attribute.
 String getBuildingRoomDepartment()
          Gets the buildingRoomDepartment attribute.
 String getBuildingRoomDescription()
          Gets the buildingRoomDescription attribute.
 String getBuildingRoomNumber()
          Gets the buildingRoomNumber attribute.
 String getBuildingRoomType()
          Gets the buildingRoomType 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.
 void setBuilding(Building building)
          Deprecated.  
 void setBuildingCode(String buildingCode)
          Sets the buildingCode attribute.
 void setBuildingRoomDepartment(String buildingRoomDepartment)
          Sets the buildingRoomDepartment attribute.
 void setBuildingRoomDescription(String buildingRoomDescription)
          Sets the buildingRoomDescription attribute.
 void setBuildingRoomNumber(String buildingRoomNumber)
          Sets the buildingRoomNumber attribute.
 void setBuildingRoomType(String buildingRoomType)
          Sets the buildingRoomType attribute.
 void setCampus(org.kuali.rice.kns.bo.Campus campus)
          Deprecated.  
 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

Room

public Room()
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.

getBuildingRoomNumber

public String getBuildingRoomNumber()
Gets the buildingRoomNumber attribute.

Returns:
Returns the buildingRoomNumber

setBuildingRoomNumber

public void setBuildingRoomNumber(String buildingRoomNumber)
Sets the buildingRoomNumber attribute.

Parameters:
buildingRoomNumber - The buildingRoomNumber to set.

getBuildingRoomType

public String getBuildingRoomType()
Gets the buildingRoomType attribute.

Returns:
Returns the buildingRoomType

setBuildingRoomType

public void setBuildingRoomType(String buildingRoomType)
Sets the buildingRoomType attribute.

Parameters:
buildingRoomType - The buildingRoomType to set.

getBuildingRoomDepartment

public String getBuildingRoomDepartment()
Gets the buildingRoomDepartment attribute.

Returns:
Returns the buildingRoomDepartment

setBuildingRoomDepartment

public void setBuildingRoomDepartment(String buildingRoomDepartment)
Sets the buildingRoomDepartment attribute.

Parameters:
buildingRoomDepartment - The buildingRoomDepartment to set.

getBuildingRoomDescription

public String getBuildingRoomDescription()
Gets the buildingRoomDescription attribute.

Returns:
Returns the buildingRoomDescription

setBuildingRoomDescription

public void setBuildingRoomDescription(String buildingRoomDescription)
Sets the buildingRoomDescription attribute.

Parameters:
buildingRoomDescription - The buildingRoomDescription 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)
Deprecated. 

Sets the campus attribute.

Parameters:
campus - The campus to set.

toStringMapper

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

getBuilding

public Building getBuilding()
Gets the building attribute.

Returns:
Returns the building

setBuilding

public void setBuilding(Building building)
Deprecated. 

Sets the building attribute.

Parameters:
building - The building 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.

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


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