org.kuali.ole.location.bo
Class OleLocationLevel

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.location.bo.OleLocationLevel
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 OleLocationLevel
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

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.

See Also:
Serialized Form

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

OleLocationLevel

public OleLocationLevel()
Method Detail

getLevelId

public String getLevelId()
Gets the levelId string value from this OleLocationLevel class

Returns:
levelId

setLevelId

public void setLevelId(String levelId)
Sets the levelId string value inside this OleLocationLevel class

Parameters:
levelId -

getLevelCode

public String getLevelCode()
Gets the levelCode string value from this OleLocationLevel class

Returns:
levelCode

setLevelCode

public void setLevelCode(String levelCode)
Sets the levelCode string value inside this OleLocationLevel class

Parameters:
levelCode -

getLevelName

public String getLevelName()
Gets the levelName string value from this OleLocationLevel class

Returns:
levelName

setLevelName

public void setLevelName(String levelName)
Sets the levelName string value inside this OleLocationLevel class

Parameters:
levelName -

getParentLevelId

public String getParentLevelId()
Gets the parentLevelId string value from this OleLocationLevel class

Returns:
parentLevelId

setParentLevelId

public void setParentLevelId(String parentLevelId)
Sets the parentLevelId string value inside this OleLocationLevel class

Parameters:
parentLevelId -

getOleLocationLevel

public OleLocationLevel getOleLocationLevel()
Gets the oleLocationLevel object value from this OleLocationLevel class

Returns:
oleLocationLevel

setOleLocationLevel

public void setOleLocationLevel(OleLocationLevel oleLocationLevel)
ets the oleLocationLevel value inside this OleLocationLevel class

Parameters:
oleLocationLevel -

getOleLocation

public OleLocationLevel getOleLocation()
Gets the oleLocation object value from this OleLocationLevel class

Returns:
oleLocation

setOleLocation

public void setOleLocation(OleLocationLevel oleLocation)
Sets the oleLocation value inside this OleLocationLevel class

Parameters:
oleLocation -

toStringMapper

protected LinkedHashMap toStringMapper()
This method returns a map that contains the Primary Key value of this OleLocationLevel class

Returns:
toStringMap


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