org.kuali.student.contract.model.test.source
Class AttributeInfo.Builder

java.lang.Object
  extended by org.kuali.student.contract.model.test.source.AttributeInfo.Builder
All Implemented Interfaces:
Attribute, ModelBuilder<AttributeInfo>
Enclosing class:
AttributeInfo

public static class AttributeInfo.Builder
extends Object
implements ModelBuilder<AttributeInfo>, Attribute


Constructor Summary
AttributeInfo.Builder()
           
AttributeInfo.Builder(Attribute attInfo)
           
 
Method Summary
 AttributeInfo build()
           
 String getId()
          Name: Id The internally assigned id to this key/value pair
 String getKey()
          Name: Attribute Type Key The key that identifies the name of the dynamic attribute
 String getValue()
          Name: Attribute Value The value of the dynamic attribute
 void setId(String id)
           
 void setKey(String key)
           
 void setValue(String val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeInfo.Builder

public AttributeInfo.Builder()

AttributeInfo.Builder

public AttributeInfo.Builder(Attribute attInfo)
Method Detail

build

public AttributeInfo build()
Specified by:
build in interface ModelBuilder<AttributeInfo>

getId

public String getId()
Description copied from interface: Attribute
Name: Id The internally assigned id to this key/value pair

Specified by:
getId in interface Attribute

getKey

public String getKey()
Description copied from interface: Attribute
Name: Attribute Type Key The key that identifies the name of the dynamic attribute

Specified by:
getKey in interface Attribute

getValue

public String getValue()
Description copied from interface: Attribute
Name: Attribute Value The value of the dynamic attribute

Specified by:
getValue in interface Attribute

setId

public void setId(String id)

setKey

public void setKey(String key)

setValue

public void setValue(String val)


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.