org.kuali.rice.krms.api.repository.term
Class TermResolverAttribute.Builder

java.lang.Object
  extended by org.kuali.rice.krms.api.repository.BaseAttribute.Builder
      extended by org.kuali.rice.krms.api.repository.term.TermResolverAttribute.Builder
All Implemented Interfaces:
Serializable, ModelBuilder, BaseAttributeContract, TermResolverAttributeContract
Enclosing class:
TermResolverAttribute

public static class TermResolverAttribute.Builder
extends BaseAttribute.Builder
implements TermResolverAttributeContract, ModelBuilder, Serializable

This builder is used to construct instances of TermResolverAttribute.

See Also:
Serialized Form

Field Summary
static BuilderUtils.Transformer<TermResolverAttributeContract,TermResolverAttribute.Builder> toBuilder
          BuilderUtils.Transformer to ease converting lists of contracts to Builders
 
Method Summary
 TermResolverAttribute.Builder attributeDefinition(KrmsAttributeDefinition.Builder attributeDefinition)
           
 TermResolverAttribute build()
          Builds an instance of a ActionAttribute based on the current state of the builder.
static TermResolverAttribute.Builder create(String id, String termResolverId, String attributeDefinitionId, String value)
          Creates a builder from the given parameters.
static TermResolverAttribute.Builder create(TermResolverAttributeContract contract)
           
 String getTermResolverId()
          This is the id of the TermResolver to which the attribute applies
 void setTermResolverId(String termResolverId)
           
 
Methods inherited from class org.kuali.rice.krms.api.repository.BaseAttribute.Builder
getAttributeDefinition, getAttributeDefinitionId, getId, getValue, setAttributeDefinition, setAttributeDefinitionId, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krms.api.repository.BaseAttributeContract
getAttributeDefinition, getAttributeDefinitionId, getId, getValue
 

Field Detail

toBuilder

public static final BuilderUtils.Transformer<TermResolverAttributeContract,TermResolverAttribute.Builder> toBuilder
BuilderUtils.Transformer to ease converting lists of contracts to Builders

Method Detail

attributeDefinition

public TermResolverAttribute.Builder attributeDefinition(KrmsAttributeDefinition.Builder attributeDefinition)

create

public static TermResolverAttribute.Builder create(String id,
                                                   String termResolverId,
                                                   String attributeDefinitionId,
                                                   String value)
Creates a builder from the given parameters.

Parameters:
id - the ActionAtribute id
actionId - the Action Id
attributeDefinitionId - The attributeDefinitionId
value -
Returns:
an instance of the builder with the fields already populated
Throws:
IllegalArgumentException - if the either the id, name or namespace is null or blank

create

public static TermResolverAttribute.Builder create(TermResolverAttributeContract contract)

setTermResolverId

public void setTermResolverId(String termResolverId)

getTermResolverId

public String getTermResolverId()
Description copied from interface: TermResolverAttributeContract
This is the id of the TermResolver to which the attribute applies

It is a id of a TermResolver related to the attribute.

Specified by:
getTermResolverId in interface TermResolverAttributeContract
Returns:
id for TermResolver related to the attribute.

build

public TermResolverAttribute build()
Builds an instance of a ActionAttribute based on the current state of the builder.

Specified by:
build in interface ModelBuilder
Returns:
the fully-constructed ActionAttribute


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.