fipaos.agent.conversation.content
Class ContentValue


public class ContentValue

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
 StringgetName()
          This methods returns the name of the issue.
 StringgetPosition()
          This methods returns the position of the issue.
 StringgetValue()
          This methods returns the value of the issue.
 voidsetName(String name)
          This methods sets the name of the issue.
 voidsetPosition(String position)
          This methods sets the position of the issue.
 voidsetValue(String value)
          This methods sets the value of the issue.

Constructor Detail

ContentValue

public ContentValue()
This is the default ContentValue constructor.

ContentValue

public ContentValue(String name, String position, String value)
This ContentValue constructor takes in the name, position and value of the issue. Hence, it is a triple.
Method Detail

getName

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

getPosition

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

getValue

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

setName

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

setPosition

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

setValue

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

Association Links

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String