|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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. |
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 |
---|
public OleCirculationDesk()
Method Detail |
---|
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 String getLocationId()
public void setLocationId(String locationId)
locationId
- The locationId to set.public OleLocation getLocation()
public void setLocation(OleLocation location)
location
- (OleLocation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |