|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krms.impl.repository.KrmsAttributeDefinitionBo
public class KrmsAttributeDefinitionBo
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
KrmsAttributeDefinitionBo()
|
Method Summary | |
---|---|
static KrmsAttributeDefinitionBo |
from(KrmsAttributeDefinition im)
|
boolean |
getActive()
|
String |
getComponentName()
This is the component name of the KrmsAttributeDefinition |
String |
getDescription()
this is the optional description for the KrmsAttributeDefinition |
String |
getId()
The unique identifier for an object. |
String |
getLabel()
This is the label of the KrmsAttributeDefinition |
groovy.lang.MetaClass |
getMetaClass()
|
String |
getName()
This is the name for the KrmsAttributeDefinition |
String |
getNamespace()
This is the namespace code. |
Object |
getProperty(String property)
|
Object |
invokeMethod(String method,
Object arguments)
|
boolean |
isActive()
The active indicator for an object. |
void |
setActive(boolean value)
Sets the record to active or inactive. |
void |
setComponentName(String value)
|
void |
setDescription(String value)
|
void |
setId(String value)
|
void |
setLabel(String value)
|
void |
setMetaClass(groovy.lang.MetaClass mc)
|
void |
setName(String value)
|
void |
setNamespace(String value)
|
void |
setProperty(String property,
Object value)
|
static KrmsAttributeDefinition |
to(KrmsAttributeDefinitionBo bo)
|
Methods inherited from class org.kuali.rice.krad.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.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public KrmsAttributeDefinitionBo()
Method Detail |
---|
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public String getId()
Identifiable
getId
in interface Identifiable
public void setId(String value)
public String getName()
KrmsAttributeDefinitionContract
It is a name of a KrmsAttributeDefinition.
getName
in interface KrmsAttributeDefinitionContract
public void setName(String value)
public String getNamespace()
KrmsAttributeDefinitionContract
It provides scope of the KrmsAttributeDefinition.
getNamespace
in interface KrmsAttributeDefinitionContract
public void setNamespace(String value)
public String getLabel()
KrmsAttributeDefinitionContract
getLabel
in interface KrmsAttributeDefinitionContract
public void setLabel(String value)
public String getDescription()
KrmsAttributeDefinitionContract
KrmsAttributeDefinition
getDescription
in interface KrmsAttributeDefinitionContract
public void setDescription(String value)
public boolean getActive()
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean value)
MutableInactivatable
setActive
in interface MutableInactivatable
public String getComponentName()
KrmsAttributeDefinitionContract
getComponentName
in interface KrmsAttributeDefinitionContract
public void setComponentName(String value)
public static KrmsAttributeDefinition to(KrmsAttributeDefinitionBo bo)
public static KrmsAttributeDefinitionBo from(KrmsAttributeDefinition im)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |