|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentContract
This is the contract for a Component. This represents functional/logical piece within a rice application or rice ecosystem.
Method Summary | |
---|---|
String |
getComponentSetId()
Returns the id of the component set this component belongs to if this component was published as part of such a component set. |
String |
getName()
This is the name value for the component. |
String |
getNamespaceCode()
This is the namespace for the component. |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
---|
isActive |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Coded |
---|
getCode |
Method Detail |
---|
String getName()
String getNamespaceCode()
It is a way of assigning the component to a logical grouping within a rice application or rice ecosystem.
String getComponentSetId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |