|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.ole.deliver.circulationdesk.bo.OleCirculationDesk
public class OleCirculationDesk
OleCirculationDesk is business object class for Circulation Desk Maintenance Document
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. |
String |
getLocationId()
|
List<OleCirculationDeskLocation> |
getOleCirculationDeskLocations()
|
String |
getOnHoldDays()
|
String |
getShelvingLagTime()
|
boolean |
isActive()
Gets the active attribute. |
boolean |
isPickUpLocation()
Gets the locationId 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 |
setLocationId(String locationId)
|
void |
setOleCirculationDeskLocations(List<OleCirculationDeskLocation> oleCirculationDeskLocations)
|
void |
setOnHoldDays(String onHoldDays)
|
void |
setPickUpLocation(boolean pickUpLocation)
|
void |
setShelvingLagTime(String shelvingLagTime)
|
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 |
---|
public OleCirculationDesk()
Method Detail |
---|
public String getLocationId()
public void setLocationId(String locationId)
public String getCirculationDeskId()
public void setCirculationDeskId(String circulationDeskId)
circulationDeskId
- The accessMethodId to set.public String getCirculationDeskCode()
public void setCirculationDeskCode(String circulationDeskCode)
circulationDeskCode
- The circulationDeskCode to set.public String getCirculationDeskPublicName()
public void setCirculationDeskPublicName(String circulationDeskPublicName)
circulationDeskPublicName
- The circulationDeskPublicName to set.public String getCirculationDeskStaffName()
public void setCirculationDeskStaffName(String circulationDeskStaffName)
circulationDeskStaffName
- The circulationDeskStaffName to set.public boolean isActive()
public void setActive(boolean active)
active
- The active to set.public boolean isPickUpLocation()
public void setPickUpLocation(boolean pickUpLocation)
public String getOnHoldDays()
public void setOnHoldDays(String onHoldDays)
public List<OleCirculationDeskLocation> getOleCirculationDeskLocations()
public void setOleCirculationDeskLocations(List<OleCirculationDeskLocation> oleCirculationDeskLocations)
public String getShelvingLagTime()
public void setShelvingLagTime(String shelvingLagTime)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |