|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.service.socialnetworkservices.microblog.entity.PostAttachment
public class PostAttachment
This class contains information about a file attached to a User Post.
Field Summary | |
---|---|
static java.lang.String |
FIND_BY_POST_ID
Named Query that finds Post attachments based on a specified parameter postId . |
Constructor Summary | |
---|---|
PostAttachment()
|
Method Summary | |
---|---|
java.lang.String |
getFileId()
Gets the FileId associated to this attachment. |
java.lang.String |
getId()
Returns the Id |
java.lang.String |
getPostId()
Gets the PostId associated to this attachment. |
java.lang.String |
getServiceInstanceId()
Gets the service instance ID associated to the post |
void |
setFileId(java.lang.String fileId)
Sets the FileId associated to this attachment. |
void |
setId(java.lang.String id)
Sets the Id |
void |
setPostId(java.lang.String postId)
Sets the PostId associated to this attachment. |
void |
setServiceInstanceId(java.lang.String serviceInstanceId)
Sets the service instance ID associated to the post |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FIND_BY_POST_ID
postId
.
Constructor Detail |
---|
public PostAttachment()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getPostId()
public void setPostId(java.lang.String postId)
public java.lang.String getFileId()
public void setFileId(java.lang.String fileId)
public java.lang.String getServiceInstanceId()
public void setServiceInstanceId(java.lang.String serviceInstanceId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |