public class OleCirculationDeskDetail extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
OleCirculationDeskDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getCirculationDeskDetailId()
Gets the circulationDeskDetailId attribute.
|
String |
getCirculationDeskId()
Gets the circulationDeskId attribute.
|
OleCirculationDesk |
getOleCirculationDesk()
Gets the instance of OleCirculationDesk
|
String |
getOperatorId()
Gets the operatorId attribute.
|
boolean |
isAllowedLocation()
Gets the allowedLocation attribute.
|
boolean |
isDefaultLocation()
Gets the defaultLocation attribute.
|
void |
setAllowedLocation(boolean allowedLocation)
Sets the allowedLocation attribute value.
|
void |
setCirculationDeskDetailId(String circulationDeskDetailId)
Sets the circulationDeskDetailId attribute value.
|
void |
setCirculationDeskId(String circulationDeskId)
Sets the circulationDeskId attribute value.
|
void |
setDefaultLocation(boolean defaultLocation)
Sets the defaultLocation attribute value.
|
void |
setOleCirculationDesk(OleCirculationDesk oleCirculationDesk)
Sets the value for OleCirculationDesk
|
void |
setOperatorId(String operatorId)
Sets the operatorId attribute value.
|
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
public OleCirculationDeskDetail()
public String getCirculationDeskDetailId()
public void setCirculationDeskDetailId(String circulationDeskDetailId)
circulationDeskDetailId
- The circulationDeskDetailId to set.public boolean isDefaultLocation()
public void setDefaultLocation(boolean defaultLocation)
defaultLocation
- The defaultLocation to set.public boolean isAllowedLocation()
public void setAllowedLocation(boolean allowedLocation)
allowedLocation
- The allowedLocation to set.public String getCirculationDeskId()
public void setCirculationDeskId(String circulationDeskId)
circulationDeskId
- The circulationDeskId to set.public String getOperatorId()
public void setOperatorId(String operatorId)
operatorId
- The operatorId to set.public OleCirculationDesk getOleCirculationDesk()
public void setOleCirculationDesk(OleCirculationDesk oleCirculationDesk)
oleCirculationDesk
- (OleCirculationDesk)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.