public final class Component extends AbstractDataTransferObject implements ComponentContract
ComponentContract.
Use the class Component.Builder to construct an Component object.ComponentContract,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
Component.Builder
This builder is used to construct instances of Component.
|
static class |
Component.Cache |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
The code value for this object.
|
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.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic 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()
Codedpublic String getName()
ComponentContractgetName in interface ComponentContractpublic String getComponentSetId()
ComponentContractgetComponentSetId in interface ComponentContractpublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniqueCopyright © 2005–2016 The Kuali Foundation. All rights reserved.