|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.TMessageLineContentItem
public class TMessageLineContentItem
Field Summary | |
---|---|
static java.lang.String |
SPECIFIER
The specifier for the message info item. |
Constructor Summary | |
---|---|
protected |
TMessageLineContentItem(java.lang.String subject,
java.lang.String text)
Initializes the message info item. |
Method Summary | |
---|---|
void |
addAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Add a additional attributs and their value to this message line. |
java.lang.String |
getAttribute(java.lang.String attributeName)
Retrieve additional attributs and their value from this message line |
java.lang.String |
getSubject()
Gets the message lines subject attribute value. |
java.lang.String |
getText()
Gets the message lines text content. |
java.lang.String |
toString()
Shows the message info as XML. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SPECIFIER
Constructor Detail |
---|
protected TMessageLineContentItem(java.lang.String subject, java.lang.String text)
Method Detail |
---|
public java.lang.String getSubject()
public java.lang.String getText()
public void addAttribute(java.lang.String attributeName, java.lang.String attributeValue)
attributName
- the name of the attributeattributValue
- the value of the attributepublic java.lang.String getAttribute(java.lang.String attributeName)
attributName
- the name of the attributepublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |