public class AtomBlogEntry extends Identifiable.Default<String>
Identifiable.Default<IdType>| Constructor and Description |
|---|
AtomBlogEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getDisplayURL() |
String |
getEditURL() |
String[] |
getTags() |
String |
getTitle() |
boolean |
isBodyIsHTML() |
void |
setBody(String body) |
void |
setBodyIsHTML(boolean bodyIsHTML) |
void |
setDisplayURL(String displayURL) |
void |
setEditURL(String editURL) |
void |
setTags(String[] tags) |
void |
setTitle(String title) |
getId, getIdRealm, setId, toStringpublic String getBody()
public String getDisplayURL()
public String getEditURL()
public String[] getTags()
public String getTitle()
public boolean isBodyIsHTML()
public void setBody(String body)
body - the body to setpublic void setBodyIsHTML(boolean bodyIsHTML)
bodyIsHTML - the bodyIsHTML to setpublic void setDisplayURL(String displayURL)
displayURL - the displayURL to setpublic void setEditURL(String editURL)
editURL - the editURL to setpublic void setTags(String[] tags)
tags - the tags to setpublic void setTitle(String title)
title - the title to setCopyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.