Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface ResourceCode

All Superinterfaces:
BaseModel<ResourceCode>, ClassedModel, Cloneable, Comparable<ResourceCode>, PersistedModel, ResourceCodeModel, Serializable
All Known Implementing Classes:
ResourceCodeBaseImpl, ResourceCodeImpl, ResourceCodeWrapper

public interface ResourceCode
extends ResourceCodeModel, PersistedModel

The extended model interface for the ResourceCode service. Represents a row in the "ResourceCode" database table, with each column mapped to a property of this class.

See Also:
ResourceCodeModel, ResourceCodeImpl, ResourceCodeModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3