Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.model
Class ExpandoRowSoap

java.lang.Object
  extended by com.liferay.portlet.expando.model.ExpandoRowSoap
All Implemented Interfaces:
Serializable

public class ExpandoRowSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

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

Constructor Summary
ExpandoRowSoap()
           
 
Method Summary
 long getClassPK()
           
 long getCompanyId()
           
 long getPrimaryKey()
           
 long getRowId()
           
 long getTableId()
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setPrimaryKey(long pk)
           
 void setRowId(long rowId)
           
 void setTableId(long tableId)
           
static ExpandoRowSoap toSoapModel(ExpandoRow model)
           
static ExpandoRowSoap[] toSoapModels(ExpandoRow[] models)
           
static ExpandoRowSoap[][] toSoapModels(ExpandoRow[][] models)
           
static ExpandoRowSoap[] toSoapModels(List<ExpandoRow> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoRowSoap

public ExpandoRowSoap()
Method Detail

toSoapModel

public static ExpandoRowSoap toSoapModel(ExpandoRow model)

toSoapModels

public static ExpandoRowSoap[] toSoapModels(ExpandoRow[] models)

toSoapModels

public static ExpandoRowSoap[][] toSoapModels(ExpandoRow[][] models)

toSoapModels

public static ExpandoRowSoap[] toSoapModels(List<ExpandoRow> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getRowId

public long getRowId()

setRowId

public void setRowId(long rowId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getTableId

public long getTableId()

setTableId

public void setTableId(long tableId)

getClassPK

public long getClassPK()

setClassPK

public void setClassPK(long classPK)

Liferay 6.1.2-ce-ga3