org.kuali.student.contract.model.test.source
Class AttributeInfo.Builder
java.lang.Object
  
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
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AttributeInfo.Builder
public AttributeInfo.Builder()
AttributeInfo.Builder
public AttributeInfo.Builder(Attribute attInfo)
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-2013 The Kuali Foundation. All Rights Reserved.