|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krms.api.repository.term.TermResolverDefinition
public final class TermResolverDefinition
This is a description of what this class does - gilesp don't forget to fill this in.
| Nested Class Summary | |
|---|---|
static class |
TermResolverDefinition.Builder
|
(package private) static class |
TermResolverDefinition.Constants
Defines some internal constants used on this class. |
(package private) static class |
TermResolverDefinition.Elements
|
| Field Summary | |
|---|---|
private Collection<Element> |
_futureElements
|
private Map<String,String> |
attributes
|
private String |
contextId
|
private String |
id
|
private String |
name
|
private String |
namespaceCode
|
private TermSpecificationDefinition |
output
|
private Set<String> |
parameterNames
|
private Set<TermSpecificationDefinition> |
prerequisites
|
private static long |
serialVersionUID
|
private String |
typeId
|
private Long |
versionNumber
|
| Constructor Summary | |
|---|---|
private |
TermResolverDefinition()
This private constructor is for JAXB use only, don't invoke directly. |
private |
TermResolverDefinition(TermResolverDefinition.Builder builder)
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
All "Complete" model object's should adhere to the ModelObjectComplete.equals(Object) contract. |
Map<String,String> |
getAttributes()
|
String |
getContextId()
|
String |
getId()
The unique identifier for an object. |
String |
getName()
|
String |
getNamespaceCode()
|
TermSpecificationDefinition |
getOutput()
|
Set<String> |
getParameterNames()
|
Set<TermSpecificationDefinition> |
getPrerequisites()
|
String |
getTypeId()
|
Long |
getVersionNumber()
Returns the version number for this object. |
int |
hashCode()
All "Complete" model object's should adhere to the ModelObjectComplete.hashCode() contract. |
String |
toString()
This will return a proper string representation of the Model Object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private final String id
private final String namespaceCode
private final String name
private final String contextId
private final String typeId
private final TermSpecificationDefinition output
private final Set<TermSpecificationDefinition> prerequisites
private final Map<String,String> attributes
private final Set<String> parameterNames
private final Long versionNumber
private final Collection<Element> _futureElements
| Constructor Detail |
|---|
private TermResolverDefinition()
private TermResolverDefinition(TermResolverDefinition.Builder builder)
| Method Detail |
|---|
public String getId()
Identifiable
getId in interface Identifiablepublic String getNamespaceCode()
getNamespaceCode in interface TermResolverDefinitionContractpublic String getName()
getName in interface TermResolverDefinitionContractpublic String getContextId()
getContextId in interface TermResolverDefinitionContractpublic String getTypeId()
getTypeId in interface TermResolverDefinitionContractpublic TermSpecificationDefinition getOutput()
getOutput in interface TermResolverDefinitionContractpublic Set<TermSpecificationDefinition> getPrerequisites()
getPrerequisites in interface TermResolverDefinitionContractpublic Map<String,String> getAttributes()
getAttributes in interface TermResolverDefinitionContractpublic Set<String> getParameterNames()
getParameterNames in interface TermResolverDefinitionContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface VersionedVersioned.getVersionNumber()public boolean equals(Object obj)
ModelObjectCompleteModelObjectComplete.equals(Object) contract.
equals in interface ModelObjectCompleteequals in class Objectobj - to object to compare for equality
Object.equals(java.lang.Object)public int hashCode()
ModelObjectCompleteModelObjectComplete.hashCode() contract.
hashCode in interface ModelObjectCompletehashCode in class ObjectObject.hashCode()public String toString()
ModelObjectBasic
toString in interface ModelObjectBasictoString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||