public class PostRevision extends Publishable implements Serializable
Constructor and Description |
---|
PostRevision() |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getExcerpt() |
String |
getGuid() |
Integer |
getParent() |
String |
getTitle() |
void |
setContent(String content) |
void |
setExcerpt(String excerpt) |
void |
setGuid(String guid) |
void |
setParent(Integer parent) |
void |
setTitle(String title) |
String |
toString() |
getAuthor, getDate, getDateGmt, getId, getModified, getModifiedGmt, getSlug, setAuthor, setDate, setDateGmt, setId, setModified, setModifiedGmt, setSlug
public String getGuid()
public void setGuid(String guid)
public Integer getParent()
public void setParent(Integer parent)
public String getContent()
public void setContent(String content)
public String getTitle()
public void setTitle(String title)
public String getExcerpt()
public void setExcerpt(String excerpt)
public String toString()
toString
in class Publishable
Apache Camel