Liferay 6.0.5

com.liferay.portal.model
Class ResourceSoap

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

public class ResourceSoap
extends Object
implements Serializable

This class is used by ResourceServiceSoap.

See Also:
ResourceServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
ResourceSoap()
           
 
Method Summary
 long getCodeId()
           
 long getPrimaryKey()
           
 String getPrimKey()
           
 long getResourceId()
           
 void setCodeId(long codeId)
           
 void setPrimaryKey(long pk)
           
 void setPrimKey(String primKey)
           
 void setResourceId(long resourceId)
           
static ResourceSoap toSoapModel(Resource model)
           
static ResourceSoap[] toSoapModels(List<Resource> models)
           
static ResourceSoap[] toSoapModels(Resource[] models)
           
static ResourceSoap[][] toSoapModels(Resource[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceSoap

public ResourceSoap()
Method Detail

toSoapModel

public static ResourceSoap toSoapModel(Resource model)

toSoapModels

public static ResourceSoap[] toSoapModels(Resource[] models)

toSoapModels

public static ResourceSoap[][] toSoapModels(Resource[][] models)

toSoapModels

public static ResourceSoap[] toSoapModels(List<Resource> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getResourceId

public long getResourceId()

setResourceId

public void setResourceId(long resourceId)

getCodeId

public long getCodeId()

setCodeId

public void setCodeId(long codeId)

getPrimKey

public String getPrimKey()

setPrimKey

public void setPrimKey(String primKey)

Liferay 6.0.5