public class PostAttachment extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
FIND_BY_POST_ID
Named Query that finds Post attachments based on a specified parameter
postId . |
Constructor and Description |
---|
PostAttachment() |
Modifier and Type | Method and Description |
---|---|
String |
getFileId()
Gets the FileId associated to this attachment.
|
String |
getId()
Returns the Id
|
String |
getPostId()
Gets the PostId associated to this attachment.
|
String |
getServiceInstanceId()
Gets the service instance ID associated to the post
|
void |
setFileId(String fileId)
Sets the FileId associated to this attachment.
|
void |
setId(String id)
Sets the Id
|
void |
setPostId(String postId)
Sets the PostId associated to this attachment.
|
void |
setServiceInstanceId(String serviceInstanceId)
Sets the service instance ID associated to the post
|
public static final String FIND_BY_POST_ID
postId
.public String getId()
public void setId(String id)
public String getPostId()
public void setPostId(String postId)
public String getFileId()
public void setFileId(String fileId)
public String getServiceInstanceId()
public void setServiceInstanceId(String serviceInstanceId)
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.