|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 Identifiable
public String getNamespaceCode()
getNamespaceCode
in interface TermResolverDefinitionContract
public String getName()
getName
in interface TermResolverDefinitionContract
public String getContextId()
getContextId
in interface TermResolverDefinitionContract
public String getTypeId()
getTypeId
in interface TermResolverDefinitionContract
public TermSpecificationDefinition getOutput()
getOutput
in interface TermResolverDefinitionContract
public Set<TermSpecificationDefinition> getPrerequisites()
getPrerequisites
in interface TermResolverDefinitionContract
public Map<String,String> getAttributes()
getAttributes
in interface TermResolverDefinitionContract
public Set<String> getParameterNames()
getParameterNames
in interface TermResolverDefinitionContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
Versioned.getVersionNumber()
public boolean equals(Object obj)
ModelObjectComplete
ModelObjectComplete.equals(Object)
contract.
equals
in interface ModelObjectComplete
equals
in class Object
obj
- to object to compare for equality
Object.equals(java.lang.Object)
public int hashCode()
ModelObjectComplete
ModelObjectComplete.hashCode()
contract.
hashCode
in interface ModelObjectComplete
hashCode
in class Object
Object.hashCode()
public String toString()
ModelObjectBasic
toString
in interface ModelObjectBasic
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |