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:
ResourceCode, ResourceCodeImpl, ResourceCodeModelImpl

Method Summary
 long getCodeId()
           
 long getCompanyId()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 int getScope()
           
 void setCodeId(long codeId)
           
 void setCompanyId(long companyId)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setScope(int scope)
           
 ResourceCode 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
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getCodeId

long getCodeId()

setCodeId

void setCodeId(long codeId)

getCompanyId

long getCompanyId()

setCompanyId

void setCompanyId(long companyId)

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getScope

int getScope()

setScope

void setScope(int scope)

toEscapedModel

ResourceCode toEscapedModel()