public class AtomBlog extends Object implements Serializable
Blog represents a blog where entries can be posted.| Constructor and Description |
|---|
AtomBlog() |
AtomBlog(String title,
String entriesUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntriesUrl() |
String |
getTitle() |
void |
setEntriesUrl(String entriesUrl) |
void |
setTitle(String title) |
Copyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.