com.liferay.portal.model.impl
Class ResourceCodeImpl

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

public class ResourceCodeImpl
extends ResourceCodeModelImpl
implements com.liferay.portal.model.ResourceCode

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ResourceCodeModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, 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.ResourceCodeModelImpl
clone, compareTo, equals, getCodeId, getCompanyId, getExpandoBridge, getName, getOriginalCompanyId, getOriginalName, getOriginalScope, getPrimaryKey, getPrimaryKeyObj, getScope, hashCode, setCodeId, setCompanyId, setName, setPrimaryKey, setScope, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ResourceCodeModel
getCodeId, getCompanyId, getName, getPrimaryKey, getScope, setCodeId, setCompanyId, setName, setPrimaryKey, setScope, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

ResourceCodeImpl

public ResourceCodeImpl()