public class SplusSimpleObject extends java.lang.Object implements SplusObject, java.io.Serializable
SplusObject
.Constructor and Description |
---|
SplusSimpleObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
Retrieves the content of the
CallObject . |
java.lang.String |
getName()
Retrieves the name of the
CallObject . |
void |
setContent(java.lang.String content)
Sets the content of the
CallObject . |
void |
setName(java.lang.String name)
Sets the Name of the
CallObject . |
public java.lang.String getContent()
CallObject
.public void setContent(java.lang.String content)
CallObject
.content
- A string containing the content.public java.lang.String getName()
CallObject
.getName
in interface SplusObject
public void setName(java.lang.String name)
CallObject
.setName
in interface SplusObject
name
- A string containing the name.