public class Comment extends Object
Constructor and Description |
---|
Comment() |
Modifier and Type | Method and Description |
---|---|
Calendar |
getCreated() |
String |
getCreatedBy() |
String |
getText() |
String |
getTitle() |
void |
setCreated(Calendar created) |
void |
setCreatedBy(String createdBy) |
void |
setText(String text) |
void |
setTitle(String title) |
public String getTitle()
public String getText()
public Calendar getCreated()
public String getCreatedBy()
public void setTitle(String title)
public void setText(String text)
public void setCreated(Calendar created)
public void setCreatedBy(String createdBy)
Copyright © 2017 The Apache Software Foundation. All rights reserved.