public class UserPost extends Object
Constructor and Description |
---|
UserPost() |
Modifier and Type | Method and Description |
---|---|
String |
getDocument()
Returns the user post attached document identifier.
|
String |
getId()
Returns the user post identifier.
|
String |
getLink()
Returns the user post attached link.
|
String |
getLinkmetainfo()
Returns the user post attached link meta information.
|
String |
getMedia()
Returns the user post attached media identifier.
|
String |
getPost()
Returns the user post text.
|
int |
getPriority()
Returns the user post priority used for ordering.
|
String |
getTitle()
Returns the user post title.
|
void |
setDocument(String document)
Sets the user post attached document.
|
void |
setId(String id)
Sets the user post identifier.
|
void |
setLink(String link)
Sets the user post attached link.
|
void |
setLinkmetainfo(String linkmetainfo)
Sets the user post attached link meta information.
|
void |
setMedia(String media)
Sets the user post attached media identifier.
|
void |
setPost(String post)
Sets the user post text.
|
void |
setPriority(int priority)
Sets the user post priority.
|
void |
setTitle(String title)
Sets the user post title.
|
public String getId()
public void setId(String id)
id
- the user post identifier to set.public String getTitle()
public void setTitle(String title)
title
- the title to set.public String getPost()
public void setPost(String post)
post
- the text to set the post.public String getLink()
public void setLink(String link)
link
- the link to set.public String getLinkmetainfo()
public void setLinkmetainfo(String linkmetainfo)
linkmetainfo
- link meta information to set.public String getMedia()
public void setMedia(String media)
media
- media identifier to set.public String getDocument()
public void setDocument(String document)
document
- the document to set.public int getPriority()
public void setPriority(int priority)
priority
- the priority to set.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.