| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
description of class
Constructor Summary | |
ContentValue() This is the default ContentValue constructor. | |
ContentValue(String name, String position, String value) This ContentValue constructor takes in the name, position and value of the issue. |
Method Summary | |
String | getName() This methods returns the name of the issue. |
String | getPosition() This methods returns the position of the issue. |
String | getValue() This methods returns the value of the issue. |
void | setName(String name) This methods sets the name of the issue. |
void | setPosition(String position) This methods sets the position of the issue. |
void | setValue(String value) This methods sets the value of the issue. |
Constructor Detail |
public ContentValue()
public ContentValue(String name, String position, String value)
Method Detail |
public String getName()
public String getPosition()
public String getValue()
public void setName(String name)
public void setPosition(String position)
public void setValue(String value)
Association Links |
to Class java.lang.String
to Class java.lang.String
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |