public static class AttributeInfo.Builder extends Object implements ModelBuilder<AttributeInfo>, Attribute
Constructor and Description |
---|
AttributeInfo.Builder() |
AttributeInfo.Builder(Attribute attInfo) |
Modifier and Type | Method and Description |
---|---|
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) |
public AttributeInfo.Builder()
public AttributeInfo.Builder(Attribute attInfo)
public AttributeInfo build()
build
in interface ModelBuilder<AttributeInfo>
public String getId()
Attribute
public String getKey()
Attribute
public String getValue()
Attribute
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.