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

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)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)