|
||||||||||
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.location.bo.OleLocationLevel
public class OleLocationLevel
The OleLocationLevel is a BO class that defines the location level fields with getters and setters which is used for interacting the location level data with the persistence layer in OLE.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OleLocationLevel()
|
Method Summary | |
---|---|
String |
getLevelCode()
Gets the levelCode string value from this OleLocationLevel class |
String |
getLevelId()
Gets the levelId string value from this OleLocationLevel class |
String |
getLevelName()
Gets the levelName string value from this OleLocationLevel class |
OleLocationLevel |
getOleLocation()
Gets the oleLocation object value from this OleLocationLevel class |
OleLocationLevel |
getOleLocationLevel()
Gets the oleLocationLevel object value from this OleLocationLevel class |
String |
getParentLevelId()
Gets the parentLevelId string value from this OleLocationLevel class |
void |
setLevelCode(String levelCode)
Sets the levelCode string value inside this OleLocationLevel class |
void |
setLevelId(String levelId)
Sets the levelId string value inside this OleLocationLevel class |
void |
setLevelName(String levelName)
Sets the levelName string value inside this OleLocationLevel class |
void |
setOleLocation(OleLocationLevel oleLocation)
Sets the oleLocation value inside this OleLocationLevel class |
void |
setOleLocationLevel(OleLocationLevel oleLocationLevel)
ets the oleLocationLevel value inside this OleLocationLevel class |
void |
setParentLevelId(String parentLevelId)
Sets the parentLevelId string value inside this OleLocationLevel class |
protected LinkedHashMap |
toStringMapper()
This method returns a map that contains the Primary Key value of this OleLocationLevel class |
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 OleLocationLevel()
Method Detail |
---|
public String getLevelId()
public void setLevelId(String levelId)
levelId
- public String getLevelCode()
public void setLevelCode(String levelCode)
levelCode
- public String getLevelName()
public void setLevelName(String levelName)
levelName
- public String getParentLevelId()
public void setParentLevelId(String parentLevelId)
parentLevelId
- public OleLocationLevel getOleLocationLevel()
public void setOleLocationLevel(OleLocationLevel oleLocationLevel)
oleLocationLevel
- public OleLocationLevel getOleLocation()
public void setOleLocation(OleLocationLevel oleLocation)
oleLocation
- protected LinkedHashMap toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |