Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ResourceCodeImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ResourceCode>
      extended by com.liferay.portal.model.impl.ResourceCodeModelImpl
          extended by com.liferay.portal.model.impl.ResourceCodeBaseImpl
              extended by com.liferay.portal.model.impl.ResourceCodeImpl
All Implemented Interfaces:
BaseModel<ResourceCode>, ClassedModel, PersistedModel, ResourceCode, ResourceCodeModel, Serializable, Cloneable, Comparable<ResourceCode>

public class ResourceCodeImpl
extends ResourceCodeBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ResourceCodeModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, SCOPE_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ResourceCodeImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.ResourceCodeBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.ResourceCodeModelImpl
clone, compareTo, equals, getCodeId, getColumnBitmask, getCompanyId, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getName, getOriginalCompanyId, getOriginalName, getOriginalScope, getPrimaryKey, getPrimaryKeyObj, getScope, hashCode, resetOriginalValues, setCodeId, setCompanyId, setExpandoBridgeAttributes, setModelAttributes, setName, setPrimaryKey, setPrimaryKeyObj, setScope, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
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.ResourceCodeModel
clone, compareTo, getCodeId, getCompanyId, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getScope, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCodeId, setCompanyId, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setScope, 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
 

Constructor Detail

ResourceCodeImpl

public ResourceCodeImpl()

Liferay 6.1.2-ce-ga3