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
Methods inherited from interface java.lang.Comparable |
compareTo |
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)