Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface PermissionedModel

All Superinterfaces:
PersistedModel
All Known Subinterfaces:
BookmarksEntry, BookmarksFolder, ResourceBlock, ResourceBlockPermission
All Known Implementing Classes:
BookmarksEntryWrapper, BookmarksFolderWrapper, ResourceBlockPermissionWrapper, ResourceBlockWrapper

public interface PermissionedModel
extends PersistedModel


Method Summary
 long getResourceBlockId()
           
 void setResourceBlockId(long resourceBlockId)
           
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getResourceBlockId

long getResourceBlockId()

setResourceBlockId

void setResourceBlockId(long resourceBlockId)

Liferay 6.2-ce-ga5