org.kuali.rice.core.impl.component
Class ComponentBo

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.core.impl.component.ComponentBo
All Implemented Interfaces:
groovy.lang.GroovyObject, Serializable, org.apache.ojb.broker.PersistenceBrokerAware, ComponentContract, GloballyUnique, ModelObjectBasic, Versioned, BusinessObject, Inactivateable, PersistableBusinessObject

@Entity
public class ComponentBo
extends PersistableBusinessObjectBase
implements ComponentContract, Inactivateable, groovy.lang.GroovyObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
ComponentBo()
           
 
Method Summary
static ComponentBo from(Component im)
           
 boolean getActive()
           
 String getCode()
          This is the code value for the component.
 groovy.lang.MetaClass getMetaClass()
           
 String getName()
          This is the name value for the component.
 NamespaceBo getNamespace()
           
 String getNamespaceCode()
          This is the namespace for the component.
 Object getProperty(String property)
           
 boolean getVirtual()
           
 Object invokeMethod(String method, Object arguments)
           
 boolean isActive()
          This the active flag for the Component.
 boolean isVirtual()
          Whether this is a virtual or derived component.
 void setActive(boolean value)
          Sets the record to active or inactive.
 void setCode(String value)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setName(String value)
           
 void setNamespace(NamespaceBo value)
           
 void setNamespaceCode(String value)
           
 void setProperty(String property, Object value)
           
 void setVirtual(boolean value)
           
static Component to(ComponentBo bo)
           
 
Methods inherited from class org.kuali.rice.kns.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.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder, toStringMapper
 
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.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.GloballyUnique
getObjectId
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

ComponentBo

public ComponentBo()
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String method,
                           Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String property,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject

getNamespaceCode

public String getNamespaceCode()
Description copied from interface: ComponentContract
This is the namespace for the component. It cannot be null or a blank string.

It is a way of assigning the component to a logical grouping within a rice application or rice ecosystem.

Specified by:
getNamespaceCode in interface ComponentContract
Returns:
namespace code

setNamespaceCode

public void setNamespaceCode(String value)

getCode

public String getCode()
Description copied from interface: ComponentContract
This is the code value for the component. It cannot be null or a blank string.

Specified by:
getCode in interface ComponentContract
Returns:
code

setCode

public void setCode(String value)

getName

public String getName()
Description copied from interface: ComponentContract
This is the name value for the component. It cannot be null or a blank string.

Specified by:
getName in interface ComponentContract
Returns:
name

setName

public void setName(String value)

getActive

public boolean getActive()

isActive

public boolean isActive()
Description copied from interface: ComponentContract
This the active flag for the Component.

Specified by:
isActive in interface ComponentContract
Specified by:
isActive in interface Inactivateable
Returns:
active

setActive

public void setActive(boolean value)
Description copied from interface: Inactivateable
Sets the record to active or inactive.

Specified by:
setActive in interface Inactivateable

getVirtual

public boolean getVirtual()

isVirtual

public boolean isVirtual()
Description copied from interface: ComponentContract
Whether this is a virtual or derived component.

Specified by:
isVirtual in interface ComponentContract
Returns:
virtual

setVirtual

public void setVirtual(boolean value)

getNamespace

public NamespaceBo getNamespace()

setNamespace

public void setNamespace(NamespaceBo value)

to

public static Component to(ComponentBo bo)

from

public static ComponentBo from(Component im)


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