Liferay 7.0-ce-b4

com.liferay.portlet.blogs
Class BlogsEntryAttachmentFileEntryReference

java.lang.Object
  extended by com.liferay.portlet.blogs.BlogsEntryAttachmentFileEntryReference

public class BlogsEntryAttachmentFileEntryReference
extends Object


Constructor Summary
BlogsEntryAttachmentFileEntryReference(long tempBlogsEntryAttachmentFileEntryId, FileEntry blogsEntryAttachmentFileEntry)
           
 
Method Summary
 FileEntry getBlogsEntryAttachmentFileEntry()
           
 long getTempBlogsEntryAttachmentFileEntryId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsEntryAttachmentFileEntryReference

public BlogsEntryAttachmentFileEntryReference(long tempBlogsEntryAttachmentFileEntryId,
                                              FileEntry blogsEntryAttachmentFileEntry)
Method Detail

getBlogsEntryAttachmentFileEntry

public FileEntry getBlogsEntryAttachmentFileEntry()

getTempBlogsEntryAttachmentFileEntryId

public long getTempBlogsEntryAttachmentFileEntryId()

Liferay 7.0-ce-b4