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