com.liferay.portal.model
Class ResourceCodeSoap

java.lang.Object
  extended by com.liferay.portal.model.ResourceCodeSoap
All Implemented Interfaces:
java.io.Serializable

public class ResourceCodeSoap
extends java.lang.Object
implements java.io.Serializable

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portal.service.http.ResourceCodeServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.http.ResourceCodeServiceSoap, Serialized Form

Constructor Summary
ResourceCodeSoap()
           
 
Method Summary
 long getCodeId()
           
 long getCompanyId()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 int getScope()
           
 void setCodeId(long codeId)
           
 void setCompanyId(long companyId)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setScope(int scope)
           
static ResourceCodeSoap toSoapModel(ResourceCode model)
           
static ResourceCodeSoap[] toSoapModels(java.util.List<ResourceCode> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceCodeSoap

public ResourceCodeSoap()
Method Detail

toSoapModel

public static ResourceCodeSoap toSoapModel(ResourceCode model)

toSoapModels

public static ResourceCodeSoap[] toSoapModels(java.util.List<ResourceCode> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getCodeId

public long getCodeId()

setCodeId

public void setCodeId(long codeId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getScope

public int getScope()

setScope

public void setScope(int scope)