Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ResourceTypePermissionModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ResourceTypePermission>
      extended by com.liferay.portal.model.impl.ResourceTypePermissionModelImpl
All Implemented Interfaces:
BaseModel<ResourceTypePermission>, ClassedModel, ResourceTypePermissionModel, Serializable, Cloneable, Comparable<ResourceTypePermission>
Direct Known Subclasses:
ResourceTypePermissionBaseImpl

public class ResourceTypePermissionModelImpl
extends BaseModelImpl<ResourceTypePermission>
implements ResourceTypePermissionModel

The base model implementation for the ResourceTypePermission service. Represents a row in the "ResourceTypePermission" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface ResourceTypePermissionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ResourceTypePermissionImpl.

See Also:
ResourceTypePermissionImpl, ResourceTypePermission, ResourceTypePermissionModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static boolean COLUMN_BITMASK_ENABLED
           
static long COMPANYID_COLUMN_BITMASK
           
static String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long GROUPID_COLUMN_BITMASK
           
static long LOCK_EXPIRATION_TIME
           
static long NAME_COLUMN_BITMASK
           
static long ROLEID_COLUMN_BITMASK
           
static String SESSION_FACTORY
           
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
static String TX_MANAGER
           
 
Constructor Summary
ResourceTypePermissionModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(ResourceTypePermission resourceTypePermission)
           
 boolean equals(Object obj)
           
 long getActionIds()
          Returns the action IDs of this resource type permission.
 long getColumnBitmask()
           
 long getCompanyId()
          Returns the company ID of this resource type permission.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this resource type permission.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 String getName()
          Returns the name of this resource type permission.
 long getOriginalCompanyId()
           
 long getOriginalGroupId()
           
 String getOriginalName()
           
 long getOriginalRoleId()
           
 long getPrimaryKey()
          Returns the primary key of this resource type permission.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getResourceTypePermissionId()
          Returns the resource type permission ID of this resource type permission.
 long getRoleId()
          Returns the role ID of this resource type permission.
 int hashCode()
           
 void resetOriginalValues()
          Reset all original fields to current values.
 void setActionIds(long actionIds)
          Sets the action IDs of this resource type permission.
 void setCompanyId(long companyId)
          Sets the company ID of this resource type permission.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setGroupId(long groupId)
          Sets the group ID of this resource type permission.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setName(String name)
          Sets the name of this resource type permission.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this resource type permission.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setResourceTypePermissionId(long resourceTypePermissionId)
          Sets the resource type permission ID of this resource type permission.
 void setRoleId(long roleId)
          Sets the role ID of this resource type permission.
 CacheModel<ResourceTypePermission> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 ResourceTypePermission toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 ResourceTypePermission toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ResourceTypePermissionModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

COMPANYID_COLUMN_BITMASK

public static long COMPANYID_COLUMN_BITMASK

GROUPID_COLUMN_BITMASK

public static long GROUPID_COLUMN_BITMASK

NAME_COLUMN_BITMASK

public static long NAME_COLUMN_BITMASK

ROLEID_COLUMN_BITMASK

public static long ROLEID_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

ResourceTypePermissionModelImpl

public ResourceTypePermissionModelImpl()
Method Detail

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: ResourceTypePermissionModel
Returns the primary key of this resource type permission.

Specified by:
getPrimaryKey in interface ResourceTypePermissionModel
Returns:
the primary key of this resource type permission

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: ResourceTypePermissionModel
Sets the primary key of this resource type permission.

Specified by:
setPrimaryKey in interface ResourceTypePermissionModel
Parameters:
primaryKey - the primary key of this resource type permission

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<ResourceTypePermission>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface ResourceTypePermissionModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<ResourceTypePermission>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface ResourceTypePermissionModel
Parameters:
primaryKeyObj - the primary key of this model instance

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<ResourceTypePermission>
Overrides:
getModelAttributes in class BaseModelImpl<ResourceTypePermission>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<ResourceTypePermission>
Overrides:
setModelAttributes in class BaseModelImpl<ResourceTypePermission>

getResourceTypePermissionId

public long getResourceTypePermissionId()
Description copied from interface: ResourceTypePermissionModel
Returns the resource type permission ID of this resource type permission.

Specified by:
getResourceTypePermissionId in interface ResourceTypePermissionModel
Returns:
the resource type permission ID of this resource type permission

setResourceTypePermissionId

public void setResourceTypePermissionId(long resourceTypePermissionId)
Description copied from interface: ResourceTypePermissionModel
Sets the resource type permission ID of this resource type permission.

Specified by:
setResourceTypePermissionId in interface ResourceTypePermissionModel
Parameters:
resourceTypePermissionId - the resource type permission ID of this resource type permission

getCompanyId

public long getCompanyId()
Description copied from interface: ResourceTypePermissionModel
Returns the company ID of this resource type permission.

Specified by:
getCompanyId in interface ResourceTypePermissionModel
Returns:
the company ID of this resource type permission

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: ResourceTypePermissionModel
Sets the company ID of this resource type permission.

Specified by:
setCompanyId in interface ResourceTypePermissionModel
Parameters:
companyId - the company ID of this resource type permission

getOriginalCompanyId

public long getOriginalCompanyId()

getGroupId

public long getGroupId()
Description copied from interface: ResourceTypePermissionModel
Returns the group ID of this resource type permission.

Specified by:
getGroupId in interface ResourceTypePermissionModel
Returns:
the group ID of this resource type permission

setGroupId

public void setGroupId(long groupId)
Description copied from interface: ResourceTypePermissionModel
Sets the group ID of this resource type permission.

Specified by:
setGroupId in interface ResourceTypePermissionModel
Parameters:
groupId - the group ID of this resource type permission

getOriginalGroupId

public long getOriginalGroupId()

getName

public String getName()
Description copied from interface: ResourceTypePermissionModel
Returns the name of this resource type permission.

Specified by:
getName in interface ResourceTypePermissionModel
Returns:
the name of this resource type permission

setName

public void setName(String name)
Description copied from interface: ResourceTypePermissionModel
Sets the name of this resource type permission.

Specified by:
setName in interface ResourceTypePermissionModel
Parameters:
name - the name of this resource type permission

getOriginalName

public String getOriginalName()

getRoleId

public long getRoleId()
Description copied from interface: ResourceTypePermissionModel
Returns the role ID of this resource type permission.

Specified by:
getRoleId in interface ResourceTypePermissionModel
Returns:
the role ID of this resource type permission

setRoleId

public void setRoleId(long roleId)
Description copied from interface: ResourceTypePermissionModel
Sets the role ID of this resource type permission.

Specified by:
setRoleId in interface ResourceTypePermissionModel
Parameters:
roleId - the role ID of this resource type permission

getOriginalRoleId

public long getOriginalRoleId()

getActionIds

public long getActionIds()
Description copied from interface: ResourceTypePermissionModel
Returns the action IDs of this resource type permission.

Specified by:
getActionIds in interface ResourceTypePermissionModel
Returns:
the action IDs of this resource type permission

setActionIds

public void setActionIds(long actionIds)
Description copied from interface: ResourceTypePermissionModel
Sets the action IDs of this resource type permission.

Specified by:
setActionIds in interface ResourceTypePermissionModel
Parameters:
actionIds - the action IDs of this resource type permission

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<ResourceTypePermission>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface ResourceTypePermissionModel
Overrides:
getExpandoBridge in class BaseModelImpl<ResourceTypePermission>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<ResourceTypePermission>
Specified by:
setExpandoBridgeAttributes in interface ResourceTypePermissionModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<ResourceTypePermission>
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public ResourceTypePermission toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<ResourceTypePermission>
Specified by:
toEscapedModel in interface ResourceTypePermissionModel
Overrides:
toEscapedModel in class BaseModelImpl<ResourceTypePermission>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public ResourceTypePermission toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<ResourceTypePermission>
Specified by:
toUnescapedModel in interface ResourceTypePermissionModel
Overrides:
toUnescapedModel in class BaseModelImpl<ResourceTypePermission>

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<ResourceTypePermission>
Specified by:
clone in interface ResourceTypePermissionModel
Specified by:
clone in class BaseModelImpl<ResourceTypePermission>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(ResourceTypePermission resourceTypePermission)
Specified by:
compareTo in interface ResourceTypePermissionModel
Specified by:
compareTo in interface Comparable<ResourceTypePermission>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface ResourceTypePermissionModel
Overrides:
hashCode in class Object

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<ResourceTypePermission>
Overrides:
resetOriginalValues in class BaseModelImpl<ResourceTypePermission>

toCacheModel

public CacheModel<ResourceTypePermission> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<ResourceTypePermission>
Specified by:
toCacheModel in interface ResourceTypePermissionModel
Overrides:
toCacheModel in class BaseModelImpl<ResourceTypePermission>
Returns:
the cache model object

toString

public String toString()
Specified by:
toString in interface ResourceTypePermissionModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<ResourceTypePermission>
Specified by:
toXmlString in interface ResourceTypePermissionModel
Returns:
the XML representation of this model instance

Liferay 6.1.2-ce-ga3