Liferay 6.0.5

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

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

Never modify this interface directly. Add methods to ResourceCodeImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a resource code model instance should use the ResourceCode interface instead.

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.5