Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface ResourceBlock

All Superinterfaces:
BaseModel<ResourceBlock>, ClassedModel, Cloneable, Comparable<ResourceBlock>, PermissionedModel, PersistedModel, ResourceBlockModel, Serializable
All Known Implementing Classes:
ResourceBlockWrapper

public interface ResourceBlock
extends ResourceBlockModel, PermissionedModel

The extended model interface for the ResourceBlock service. Represents a row in the "ResourceBlock" database table, with each column mapped to a property of this class.

See Also:
ResourceBlockModel, ResourceBlockImpl, ResourceBlockModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.ResourceBlockModel
clone, compareTo, getCompanyId, getExpandoBridge, getGroupId, getName, getPermissionsHash, getPrimaryKey, getPrimaryKeyObj, getReferenceCount, getResourceBlockId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setGroupId, setName, setNew, setPermissionsHash, setPrimaryKey, setPrimaryKeyObj, setReferenceCount, setResourceBlockId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PermissionedModel
getResourceBlockId, setResourceBlockId
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3