fipaos.agent.conversation.content
Class ContentValue

java.lang.Object
  |
  +--fipaos.agent.conversation.content.ContentValue

Deprecated. Content objects should be avoided - please use XML Databinding instead

public class ContentValue
extends java.lang.Object

description of class

See Also:
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

ContentValue

public ContentValue()
Deprecated. 
This is the default ContentValue constructor.

ContentValue

public 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. Hence, it is a triple.
Method Detail

setName

public void setName(java.lang.String name)
Deprecated. 
This methods sets the name of the issue.

setPosition

public void setPosition(java.lang.String position)
Deprecated. 
This methods sets the position of the issue.

setValue

public void setValue(java.lang.String value)
Deprecated. 
This methods sets the value of the issue.

getName

public java.lang.String getName()
Deprecated. 
This methods returns the name of the issue.

getPosition

public java.lang.String getPosition()
Deprecated. 
This methods returns the position of the issue.

getValue

public java.lang.String getValue()
Deprecated. 
This methods returns the value of the issue.