public class SlideComment extends Object
Constructor and Description |
---|
SlideComment() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
getAuthor
Gets String
|
String |
getCreatedTime()
getCreatedTime
Gets String
|
String |
getText()
getText
Gets String
|
void |
setAuthor(String Author)
setAuthor
Sets String
|
void |
setCreatedTime(String CreatedTime)
setCreatedTime
Sets String
|
void |
setText(String Text)
setText
Sets String
|
String |
toString() |
public String getAuthor()
public void setAuthor(String Author)
Author
- Stringpublic String getText()
public void setText(String Text)
Text
- Stringpublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- StringCopyright © 2017. All rights reserved.