|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.agent.conversation.content.ContentValue
description of class
XMLDataBinding
Constructor Summary | |
ContentValue()
Deprecated. This is the default ContentValue constructor. |
|
ContentValue(java.lang.String name,
java.lang.String position,
java.lang.String value)
Deprecated. This ContentValue constructor takes in the name, position and value of the issue. |
Method Summary | |
java.lang.String |
getName()
Deprecated. This methods returns the name of the issue. |
java.lang.String |
getPosition()
Deprecated. This methods returns the position of the issue. |
java.lang.String |
getValue()
Deprecated. This methods returns the value of the issue. |
void |
setName(java.lang.String name)
Deprecated. This methods sets the name of the issue. |
void |
setPosition(java.lang.String position)
Deprecated. This methods sets the position of the issue. |
void |
setValue(java.lang.String value)
Deprecated. This methods sets the value of the issue. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContentValue()
public ContentValue(java.lang.String name, java.lang.String position, java.lang.String value)
Method Detail |
public void setName(java.lang.String name)
public void setPosition(java.lang.String position)
public void setValue(java.lang.String value)
public java.lang.String getName()
public java.lang.String getPosition()
public java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |