Liferay 7.0-ce-b4

com.liferay.portal.kernel.repository.model
Interface RepositoryEntry

All Known Subinterfaces:
FileEntry, FileShortcut, Folder
All Known Implementing Classes:
FileEntryProxyBean, FileEntryWrapper, FileShortcutProxyBean, FileShortcutWrapper, FolderProxyBean, FolderWrapper

public interface RepositoryEntry


Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 long getUserId()
           
 String getUserName()
           
 String getUserUuid()
           
 

Method Detail

getCompanyId

long getCompanyId()

getCreateDate

Date getCreateDate()

getGroupId

long getGroupId()

getModifiedDate

Date getModifiedDate()

getUserId

long getUserId()

getUserName

String getUserName()

getUserUuid

String getUserUuid()

Liferay 7.0-ce-b4