Liferay 6.0.5

com.liferay.portal.model.impl
Class ResourceImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<Resource>
      extended by com.liferay.portal.model.impl.ResourceModelImpl
          extended by com.liferay.portal.model.impl.ResourceImpl
All Implemented Interfaces:
BaseModel<Resource>, Resource, ResourceModel, Serializable, Cloneable, Comparable<Resource>

public class ResourceImpl
extends ResourceModelImpl
implements Resource

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ResourceModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ResourceImpl()
           
 
Method Summary
 long getCompanyId()
           
 String getName()
           
 int getScope()
           
 void setCompanyId(long companyId)
           
 void setName(String name)
           
 void setScope(int scope)
           
 
Methods inherited from class com.liferay.portal.model.impl.ResourceModelImpl
clone, compareTo, equals, getCodeId, getExpandoBridge, getOriginalCodeId, getOriginalPrimKey, getPrimaryKey, getPrimaryKeyObj, getPrimKey, getResourceId, hashCode, setCodeId, setExpandoBridgeAttributes, setPrimaryKey, setPrimKey, setResourceId, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ResourceModel
clone, compareTo, getCodeId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getPrimKey, getResourceId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCodeId, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimKey, setResourceId, toEscapedModel, toString, toXmlString
 

Constructor Detail

ResourceImpl

public ResourceImpl()
Method Detail

getCompanyId

public long getCompanyId()
                  throws PortalException,
                         SystemException
Specified by:
getCompanyId in interface Resource
Throws:
PortalException
SystemException

getName

public String getName()
               throws PortalException,
                      SystemException
Specified by:
getName in interface Resource
Throws:
PortalException
SystemException

getScope

public int getScope()
             throws PortalException,
                    SystemException
Specified by:
getScope in interface Resource
Throws:
PortalException
SystemException

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface Resource

setName

public void setName(String name)
Specified by:
setName in interface Resource

setScope

public void setScope(int scope)
Specified by:
setScope in interface Resource

Liferay 6.0.5