Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class ResourceCodeSoap

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

public class ResourceCodeSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
ResourceCodeSoap()
           
 
Method Summary
 long getCodeId()
           
 long getCompanyId()
           
 String getName()
           
 long getPrimaryKey()
           
 int getScope()
           
 void setCodeId(long codeId)
           
 void setCompanyId(long companyId)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setScope(int scope)
           
static ResourceCodeSoap toSoapModel(ResourceCode model)
           
static ResourceCodeSoap[] toSoapModels(List<ResourceCode> models)
           
static ResourceCodeSoap[] toSoapModels(ResourceCode[] models)
           
static ResourceCodeSoap[][] toSoapModels(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(ResourceCode[] models)

toSoapModels

public static ResourceCodeSoap[][] toSoapModels(ResourceCode[][] models)

toSoapModels

public static ResourceCodeSoap[] toSoapModels(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 String getName()

setName

public void setName(String name)

getScope

public int getScope()

setScope

public void setScope(int scope)

Liferay 6.1.2-ce-ga3