com.liferay.portal.model
Interface ResourceCode

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, ResourceCodeModel, java.io.Serializable

public interface ResourceCode
extends ResourceCodeModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portal.model.impl.ResourceCodeImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
ResourceCodeModel, ResourceCodeImpl, ResourceCodeModelImpl

Method Summary
 
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, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo