public class PostListItem extends CommonPostListItem implements Serializable
| Constructor and Description |
|---|
PostListItem()
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
copy(PostListItem otherBean)
Copies all properties from the argument value object into this value object.
|
Long |
getBlogId() |
Date |
getCreationDate() |
Date |
getLastModificationDate() |
Long |
getUserId() |
void |
setBlogId(Long blogId) |
void |
setCreationDate(Date creationDate) |
void |
setLastModificationDate(Date lastModificationDate) |
void |
setUserId(Long userId) |
copy, getPostId, getText, setPostId, setTextcopy, equals, getId, getProperties, getProperty, hashCode, setId, setPropertypublic void copy(PostListItem otherBean)
otherBean - the object to copy frompublic Long getBlogId()
public Date getCreationDate()
public Date getLastModificationDate()
public Long getUserId()
public void setBlogId(Long blogId)
blogId - the ID of the blog of the notepublic void setCreationDate(Date creationDate)
creationDate - the creation date of the notepublic void setLastModificationDate(Date lastModificationDate)
lastModificationDate - the date of the last modification of the notepublic void setUserId(Long userId)
userId - the user ID of the author of the noteCopyright © 2019 Communote team. All rights reserved.