Liferay 7.0-ce-b4

com.liferay.portal.model
Interface ResourceBlock

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

@ProviderType
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

Field Summary
static Accessor<ResourceBlock,Long> RESOURCE_BLOCK_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.ResourceBlockModel
clone, compareTo, getCompanyId, getExpandoBridge, getGroupId, getMvccVersion, getName, getPermissionsHash, getPrimaryKey, getPrimaryKeyObj, getReferenceCount, getResourceBlockId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setMvccVersion, setName, setNew, setPermissionsHash, setPrimaryKey, setPrimaryKeyObj, setReferenceCount, setResourceBlockId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, 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
 

Field Detail

RESOURCE_BLOCK_ID_ACCESSOR

static final Accessor<ResourceBlock,Long> RESOURCE_BLOCK_ID_ACCESSOR

Liferay 7.0-ce-b4