|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.r2.common.dto.AttributeInfo
public final class AttributeInfo
The DTO for an Attribute.
Constructor Summary | |
---|---|
AttributeInfo()
Constructs a new AttributeInfo. |
|
AttributeInfo(Attribute attribute)
Constructs a new AttributeInfo from another Attribute. |
|
AttributeInfo(String key,
String value)
|
Method Summary | |
---|---|
String |
getId()
The internally assigned id to this key/value pair. |
String |
getKey()
The key that identifies the name of the dynamic attribute. |
String |
getValue()
The value of the dynamic attribute. |
void |
setId(String id)
|
void |
setKey(String key)
|
void |
setValue(String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeInfo()
public AttributeInfo(Attribute attribute)
attribute
- the attribute to copypublic AttributeInfo(String key, String value)
Method Detail |
---|
public String getId()
Attribute
getId
in interface Attribute
getId
in interface HasId
public void setId(String id)
public String getKey()
Attribute
getKey
in interface Attribute
public void setKey(String key)
public String getValue()
Attribute
getValue
in interface Attribute
public void setValue(String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |