org.kuali.ole.deliver.circulationdesk.bo
Class OleCirculationDesk

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.deliver.circulationdesk.bo.OleCirculationDesk
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class OleCirculationDesk
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

OleCirculationDesk is business object class for Circulation Desk Maintenance Document

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
OleCirculationDesk()
           
 
Method Summary
 String getCirculationDeskCode()
          Gets the circulationDeskCode attribute.
 String getCirculationDeskId()
          Gets the circulationDeskId attribute.
 String getCirculationDeskPublicName()
          Gets the circulationDeskPublicName attribute.
 String getCirculationDeskStaffName()
          Gets the circulationDeskStaffName attribute.
 OleLocation getLocation()
          Gets the instance of OleLocation
 String getLocationId()
          Gets the locationId attribute.
 boolean isActive()
          Gets the active attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setCirculationDeskCode(String circulationDeskCode)
          Sets the circulationDeskCode attribute value.
 void setCirculationDeskId(String circulationDeskId)
          Sets the circulationDeskId attribute value.
 void setCirculationDeskPublicName(String circulationDeskPublicName)
          Sets the circulationDeskPublicName attribute value.
 void setCirculationDeskStaffName(String circulationDeskStaffName)
          Sets the circulationDeskStaffName attribute value.
 void setLocation(OleLocation location)
          Sets the value for OleLocation
 void setLocationId(String locationId)
          Sets the locationId attribute value.
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

OleCirculationDesk

public OleCirculationDesk()
Method Detail

getCirculationDeskId

public String getCirculationDeskId()
Gets the circulationDeskId attribute.

Returns:
Returns the circulationDeskId

setCirculationDeskId

public void setCirculationDeskId(String circulationDeskId)
Sets the circulationDeskId attribute value.

Parameters:
circulationDeskId - The accessMethodId to set.

getCirculationDeskCode

public String getCirculationDeskCode()
Gets the circulationDeskCode attribute.

Returns:
Returns the circulationDeskCode

setCirculationDeskCode

public void setCirculationDeskCode(String circulationDeskCode)
Sets the circulationDeskCode attribute value.

Parameters:
circulationDeskCode - The circulationDeskCode to set.

getCirculationDeskPublicName

public String getCirculationDeskPublicName()
Gets the circulationDeskPublicName attribute.

Returns:
Returns the circulationDeskPublicName

setCirculationDeskPublicName

public void setCirculationDeskPublicName(String circulationDeskPublicName)
Sets the circulationDeskPublicName attribute value.

Parameters:
circulationDeskPublicName - The circulationDeskPublicName to set.

getCirculationDeskStaffName

public String getCirculationDeskStaffName()
Gets the circulationDeskStaffName attribute.

Returns:
Returns the circulationDeskStaffName

setCirculationDeskStaffName

public void setCirculationDeskStaffName(String circulationDeskStaffName)
Sets the circulationDeskStaffName attribute value.

Parameters:
circulationDeskStaffName - The circulationDeskStaffName to set.

isActive

public boolean isActive()
Gets the active attribute.

Returns:
Returns the active

setActive

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

Parameters:
active - The active to set.

getLocationId

public String getLocationId()
Gets the locationId attribute.

Returns:
Returns the locationId

setLocationId

public void setLocationId(String locationId)
Sets the locationId attribute value.

Parameters:
locationId - The locationId to set.

getLocation

public OleLocation getLocation()
Gets the instance of OleLocation

Returns:
location (OleLocation)

setLocation

public void setLocation(OleLocation location)
Sets the value for OleLocation

Parameters:
location - (OleLocation)


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