com.liferay.portal.model
Class ResourceSoap

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

public class ResourceSoap
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.ResourceServiceSoap.

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

Constructor Summary
ResourceSoap()
           
 
Method Summary
 long getCodeId()
           
 long getPrimaryKey()
           
 java.lang.String getPrimKey()
           
 long getResourceId()
           
 void setCodeId(long codeId)
           
 void setPrimaryKey(long pk)
           
 void setPrimKey(java.lang.String primKey)
           
 void setResourceId(long resourceId)
           
static ResourceSoap toSoapModel(Resource model)
           
static ResourceSoap[] toSoapModels(java.util.List<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(java.util.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 java.lang.String getPrimKey()

setPrimKey

public void setPrimKey(java.lang.String primKey)