com.liferay.portal.model
Interface ResourceModel

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
All Known Subinterfaces:
Resource

public interface ResourceModel
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 Resource_ table in the database.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.model.Resource, com.liferay.portal.service.model.impl.ResourceImpl, com.liferay.portal.service.model.impl.ResourceModelImpl

Method Summary
 long getCodeId()
           
 long getPrimaryKey()
           
 java.lang.String getPrimKey()
           
 long getResourceId()
           
 void setCodeId(long codeId)
           
 void setPrimaryKey(long pk)
           
 void setPrimKey(java.lang.String primKey)
           
 void setResourceId(long resourceId)
           
 
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)

getResourceId

public long getResourceId()

setResourceId

public void setResourceId(long resourceId)

getCodeId

public long getCodeId()

setCodeId

public void setCodeId(long codeId)

getPrimKey

public java.lang.String getPrimKey()

setPrimKey

public void setPrimKey(java.lang.String primKey)