org.kuali.ole.describe.bo
Class BoundwithSelection

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.describe.bo.BoundwithSelection
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 BoundwithSelection
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
implements Serializable

Created with IntelliJ IDEA. User: Sreekanth Date: 12/3/12 Time: 5:08 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
protected  boolean boundWithTree
           
protected  boolean selectTree1
           
protected  boolean selectTree2
           
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BoundwithSelection()
           
 
Method Summary
 String getSelectedInstance()
           
 String getTitle()
           
 boolean isBoundWithTree()
           
 boolean isSelectTree1()
           
 boolean isSelectTree2()
           
 void setBoundWithTree(boolean boundWithTree)
           
 void setSelectedInstance(String selectedInstance)
           
 void setSelectTree1(boolean selectTree1)
           
 void setSelectTree2(boolean selectTree2)
           
 void setTitle(String title)
           
 
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
 

Field Detail

selectTree1

protected boolean selectTree1

selectTree2

protected boolean selectTree2

boundWithTree

protected boolean boundWithTree
Constructor Detail

BoundwithSelection

public BoundwithSelection()
Method Detail

isSelectTree1

public boolean isSelectTree1()

setSelectTree1

public void setSelectTree1(boolean selectTree1)

isSelectTree2

public boolean isSelectTree2()

setSelectTree2

public void setSelectTree2(boolean selectTree2)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

isBoundWithTree

public boolean isBoundWithTree()

setBoundWithTree

public void setBoundWithTree(boolean boundWithTree)

getSelectedInstance

public String getSelectedInstance()

setSelectedInstance

public void setSelectedInstance(String selectedInstance)


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