public class SimpleEntry<T> extends Identifiable.Default<T>
Identifiable.Default<IdType>| Constructor and Description |
|---|
SimpleEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorDisplayName() |
String |
getAuthorEMailAddress() |
String |
getAuthorURL() |
String |
getContent() |
Date |
getDateCreated() |
Date |
getDateLastModified() |
String |
getSubject() |
String |
getTags() |
void |
setAuthorDisplayName(String authorDisplayName) |
void |
setAuthorEMailAddress(String authorEMailAddress) |
void |
setAuthorURL(String authorURL) |
void |
setContent(String content) |
void |
setDateCreated(Date dateCreated) |
void |
setDateLastModified(Date dateLastModified) |
void |
setSubject(String subject) |
void |
setTags(String tags) |
getId, getIdRealm, setId, toStringpublic String getAuthorDisplayName()
public String getAuthorEMailAddress()
public String getAuthorURL()
public String getContent()
public Date getDateCreated()
public Date getDateLastModified()
public String getSubject()
public String getTags()
public void setAuthorDisplayName(String authorDisplayName)
authorDisplayName - the authorDisplayName to setpublic void setAuthorEMailAddress(String authorEMailAddress)
authorEMailAddress - the authorEMailAddress to setpublic void setAuthorURL(String authorURL)
authorURL - the authorURL to setpublic void setContent(String content)
content - the content to setpublic void setDateCreated(Date dateCreated)
dateCreated - the dateCreated to setpublic void setDateLastModified(Date dateLastModified)
dateLastModified - the dateLastModified to setpublic void setSubject(String subject)
subject - the subject to setpublic void setTags(String tags)
tags - the tags to setCopyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.