public final class TermResolverDefinition extends AbstractDataTransferObject implements TermResolverDefinitionContract
Modifier and Type | Class and Description |
---|---|
static class |
TermResolverDefinition.Builder |
static class |
TermResolverDefinition.Cache |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes()
Gets any attributes specified on the term resolver definition.
|
String |
getId()
The unique identifier for an object.
|
String |
getName()
Gets the name for the defined term resolver.
|
String |
getNamespace()
Gets the namespace for the defined term resolver.
|
TermSpecificationDefinition |
getOutput()
Gets the term specification for the output of the defined term resolver.
|
Set<String> |
getParameterNames()
Gets the names of any parameters that the defined term resolver requires.
|
Set<TermSpecificationDefinition> |
getPrerequisites()
Gets the term specifications for any prerequisite terms of the defined term resolver.
|
String |
getTypeId()
Gets the type id for the defined term resolver.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getId()
Identifiable
getId
in interface Identifiable
public String getNamespace()
TermResolverDefinitionContract
getNamespace
in interface TermResolverDefinitionContract
public String getName()
TermResolverDefinitionContract
getName
in interface TermResolverDefinitionContract
public String getTypeId()
TermResolverDefinitionContract
getTypeId
in interface TermResolverDefinitionContract
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public TermSpecificationDefinition getOutput()
TermResolverDefinitionContract
getOutput
in interface TermResolverDefinitionContract
public Set<TermSpecificationDefinition> getPrerequisites()
TermResolverDefinitionContract
getPrerequisites
in interface TermResolverDefinitionContract
public Map<String,String> getAttributes()
TermResolverDefinitionContract
getAttributes
in interface TermResolverDefinitionContract
public Set<String> getParameterNames()
TermResolverDefinitionContract
getParameterNames
in interface TermResolverDefinitionContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
Versioned.getVersionNumber()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.