org.kuali.rice.core.impl.component
Class ComponentBo
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
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
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 |
ComponentBo
public ComponentBo()
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.