Liferay 6.0.3

com.liferay.portal.model
Interface ResourceCode

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

public interface ResourceCode
extends ResourceCodeModel

This interface is a model that represents the ResourceCode table in the database.

Customize ResourceCodeImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
ResourceCodeModel, ResourceCodeImpl, ResourceCodeModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setScope, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3