|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSALT.assessment.XtraInfo
public class XtraInfo
Provides getters and setters for a XtraInfo.
Constructor Summary | |
---|---|
XtraInfo(java.lang.String name,
java.lang.String value)
Constructs a XtraInfo with the specified name and value. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the XtraInfo. |
java.lang.String |
getValue()
Returns the value of the XtraInfo. |
void |
setName(java.lang.String name)
Sets the name of the XtraInfo. |
void |
setValue(java.lang.String value)
Sets the value of the XtraInfo. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XtraInfo(java.lang.String name, java.lang.String value)
name
- value
- Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getValue()
public void setValue(java.lang.String value)
value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |