|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.component.Component
public final class Component
An immutable representation of an ComponentContract.
Use the class Component.Builder to construct an Component object.
ComponentContract,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
Component.Builder
This builder is used to construct instances of Component. |
| Method Summary | |
|---|---|
String |
getCode()
The code value for this object. |
String |
getName()
This is the name value for the component. |
String |
getNamespaceCode()
This is the namespace for the component. |
String |
getObjectId()
Return the globally unique object id of this object. |
Long |
getVersionNumber()
Returns the version number for this object. |
boolean |
isActive()
This the active flag for the Component. |
boolean |
isVirtual()
Whether this is a virtual or derived component. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getNamespaceCode()
ComponentContractIt is a way of assigning the component to a logical grouping within a rice application or rice ecosystem.
getNamespaceCode in interface ComponentContractpublic String getCode()
Coded
getCode in interface Codedpublic String getName()
ComponentContract
getName in interface ComponentContractpublic boolean isVirtual()
ComponentContract
isVirtual in interface ComponentContractpublic boolean isActive()
ComponentContract
isActive in interface ComponentContractisActive in interface Inactivatablepublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUnique
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||