com.liferay.portal.model.impl
Class ResourceImpl
java.lang.Object
com.liferay.portal.model.impl.ResourceImpl
- All Implemented Interfaces:
- Resource
public class ResourceImpl
- extends Object
- implements Resource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceImpl
public ResourceImpl()
getCodeId
public long getCodeId()
- Specified by:
getCodeId
in interface Resource
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId
in interface Resource
getName
public String getName()
- Specified by:
getName
in interface Resource
getPrimKey
public String getPrimKey()
- Specified by:
getPrimKey
in interface Resource
getResourceId
public long getResourceId()
- Specified by:
getResourceId
in interface Resource
getScope
public int getScope()
- Specified by:
getScope
in interface Resource
setCodeId
public void setCodeId(long codeId)
- Specified by:
setCodeId
in interface Resource
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId
in interface Resource
setName
public void setName(String name)
- Specified by:
setName
in interface Resource
setPrimKey
public void setPrimKey(String primKey)
- Specified by:
setPrimKey
in interface Resource
setResourceId
public void setResourceId(long resourceId)
- Specified by:
setResourceId
in interface Resource
setScope
public void setScope(int scope)
- Specified by:
setScope
in interface Resource