com.liferay.portal.model
Interface ResourceCodeModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- ResourceCode
- public interface ResourceCodeModel
- extends BaseModel
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.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.ResourceCode
,
com.liferay.portal.service.model.impl.ResourceCodeImpl
,
com.liferay.portal.service.model.impl.ResourceCodeModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getCodeId
public long getCodeId()
setCodeId
public void setCodeId(long codeId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getScope
public int getScope()
setScope
public void setScope(int scope)