com.liferay.portal.model.impl
Class ResourceCodeImpl

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

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
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_NAME
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
ResourceCodeImpl()
           
 
Methods inherited from class com.liferay.portal.model.impl.ResourceCodeModelImpl
clone, compareTo, equals, getCodeId, getCompanyId, getName, getPrimaryKey, getPrimaryKeyObj, getScope, hashCode, setCodeId, setCompanyId, setName, setPrimaryKey, setScope
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ResourceCodeModel
getCodeId, getCompanyId, getName, getPrimaryKey, getScope, setCodeId, setCompanyId, setName, setPrimaryKey, setScope
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

ResourceCodeImpl

public ResourceCodeImpl()