@Deprecated public class ResourceBlockPermissionWrapper extends BaseModelWrapper<ResourceBlockPermission> implements ModelWrapper<ResourceBlockPermission>, ResourceBlockPermission
This class is a wrapper for ResourceBlockPermission
.
ResourceBlockPermission
,
Serialized Formmodel
RESOURCE_BLOCK_PERMISSION_ID_ACCESSOR
Constructor and Description |
---|
ResourceBlockPermissionWrapper(ResourceBlockPermission resourceBlockPermission)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getActionIds()
Deprecated.
Returns the action IDs of this resource block permission.
|
long |
getCompanyId()
Deprecated.
Returns the company ID of this resource block permission.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
Returns the mvcc version of this resource block permission.
|
long |
getPrimaryKey()
Deprecated.
Returns the primary key of this resource block permission.
|
long |
getResourceBlockId()
Deprecated.
Returns the resource block ID of this resource block permission.
|
long |
getResourceBlockPermissionId()
Deprecated.
Returns the resource block permission ID of this resource block permission.
|
long |
getRoleId()
Deprecated.
Returns the role ID of this resource block permission.
|
void |
persist()
Deprecated.
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setActionIds(long actionIds)
Deprecated.
Sets the action IDs of this resource block permission.
|
void |
setCompanyId(long companyId)
Deprecated.
Sets the company ID of this resource block permission.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
Sets the mvcc version of this resource block permission.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
Sets the primary key of this resource block permission.
|
void |
setResourceBlockId(long resourceBlockId)
Deprecated.
Sets the resource block ID of this resource block permission.
|
void |
setResourceBlockPermissionId(long resourceBlockPermissionId)
Deprecated.
Sets the resource block permission ID of this resource block permission.
|
void |
setRoleId(long roleId)
Deprecated.
Sets the role ID of this resource block permission.
|
protected ResourceBlockPermissionWrapper |
wrap(ResourceBlockPermission resourceBlockPermission)
Deprecated.
|
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
getWrappedModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
public ResourceBlockPermissionWrapper(ResourceBlockPermission resourceBlockPermission)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface BaseModel<ResourceBlockPermission>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface BaseModel<ResourceBlockPermission>
public long getActionIds()
getActionIds
in interface ResourceBlockPermissionModel
public long getCompanyId()
getCompanyId
in interface ResourceBlockPermissionModel
getCompanyId
in interface ShardedModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface ResourceBlockPermissionModel
public long getPrimaryKey()
getPrimaryKey
in interface ResourceBlockPermissionModel
public long getResourceBlockId()
getResourceBlockId
in interface PermissionedModel
getResourceBlockId
in interface ResourceBlockPermissionModel
public long getResourceBlockPermissionId()
getResourceBlockPermissionId
in interface ResourceBlockPermissionModel
public long getRoleId()
getRoleId
in interface ResourceBlockPermissionModel
public void persist()
ResourceBlockPermission
interface instead.persist
in interface PersistedModel
public void setActionIds(long actionIds)
setActionIds
in interface ResourceBlockPermissionModel
actionIds
- the action IDs of this resource block permissionpublic void setCompanyId(long companyId)
setCompanyId
in interface ResourceBlockPermissionModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this resource block permissionpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface ResourceBlockPermissionModel
mvccVersion
- the mvcc version of this resource block permissionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface ResourceBlockPermissionModel
primaryKey
- the primary key of this resource block permissionpublic void setResourceBlockId(long resourceBlockId)
setResourceBlockId
in interface PermissionedModel
setResourceBlockId
in interface ResourceBlockPermissionModel
resourceBlockId
- the resource block ID of this resource block permissionpublic void setResourceBlockPermissionId(long resourceBlockPermissionId)
setResourceBlockPermissionId
in interface ResourceBlockPermissionModel
resourceBlockPermissionId
- the resource block permission ID of this resource block permissionpublic void setRoleId(long roleId)
setRoleId
in interface ResourceBlockPermissionModel
roleId
- the role ID of this resource block permissionprotected ResourceBlockPermissionWrapper wrap(ResourceBlockPermission resourceBlockPermission)
wrap
in class BaseModelWrapper<ResourceBlockPermission>