@Deprecated @ProviderType public interface ResourceBlockModel extends BaseModel<ResourceBlock>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.ResourceBlockModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.ResourceBlockImpl
.
ResourceBlock
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Deprecated.
Returns the company ID of this resource block.
|
long |
getGroupId()
Deprecated.
Returns the group ID of this resource block.
|
long |
getMvccVersion()
Deprecated.
Returns the mvcc version of this resource block.
|
String |
getName()
Deprecated.
Returns the name of this resource block.
|
String |
getPermissionsHash()
Deprecated.
Returns the permissions hash of this resource block.
|
long |
getPrimaryKey()
Deprecated.
Returns the primary key of this resource block.
|
long |
getReferenceCount()
Deprecated.
Returns the reference count of this resource block.
|
long |
getResourceBlockId()
Deprecated.
Returns the resource block ID of this resource block.
|
void |
setCompanyId(long companyId)
Deprecated.
Sets the company ID of this resource block.
|
void |
setGroupId(long groupId)
Deprecated.
Sets the group ID of this resource block.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
Sets the mvcc version of this resource block.
|
void |
setName(String name)
Deprecated.
Sets the name of this resource block.
|
void |
setPermissionsHash(String permissionsHash)
Deprecated.
Sets the permissions hash of this resource block.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
Sets the primary key of this resource block.
|
void |
setReferenceCount(long referenceCount)
Deprecated.
Sets the reference count of this resource block.
|
void |
setResourceBlockId(long resourceBlockId)
Deprecated.
Sets the resource block ID of this resource block.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this resource blocklong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this resource blocklong getResourceBlockId()
void setResourceBlockId(long resourceBlockId)
resourceBlockId
- the resource block ID of this resource blocklong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this resource blocklong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this resource block@AutoEscape String getName()
void setName(String name)
name
- the name of this resource block@AutoEscape String getPermissionsHash()
void setPermissionsHash(String permissionsHash)
permissionsHash
- the permissions hash of this resource blocklong getReferenceCount()
void setReferenceCount(long referenceCount)
referenceCount
- the reference count of this resource block