Liferay 7.0-ce-b7 portal-impl

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, com.liferay.portal.kernel.repository.model.FileEntry blogsEntryAttachmentFileEntry)
           
 
Method Summary
 com.liferay.portal.kernel.repository.model.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,
                                              com.liferay.portal.kernel.repository.model.FileEntry blogsEntryAttachmentFileEntry)
Method Detail

getBlogsEntryAttachmentFileEntry

public com.liferay.portal.kernel.repository.model.FileEntry getBlogsEntryAttachmentFileEntry()

getTempBlogsEntryAttachmentFileEntryId

public long getTempBlogsEntryAttachmentFileEntryId()

Liferay 7.0-ce-b7 portal-impl