Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class ResourceImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.ResourceImpl
All Implemented Interfaces:
Resource

public class ResourceImpl
extends Object
implements Resource


Constructor Summary
ResourceImpl()
           
 
Method Summary
 long getCodeId()
           
 long getCompanyId()
           
 String getName()
           
 String getPrimKey()
           
 long getResourceId()
           
 int getScope()
           
 void setCodeId(long codeId)
           
 void setCompanyId(long companyId)
           
 void setName(String name)
           
 void setPrimKey(String primKey)
           
 void setResourceId(long resourceId)
           
 void setScope(int scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceImpl

public ResourceImpl()
Method Detail

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

Liferay 6.2-ce-ga5