Liferay 6.2-ce-ga5

com.liferay.portlet.expando.model
Class ExpandoTableSoap

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

public class ExpandoTableSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
ExpandoTableSoap()
           
 
Method Summary
 long getClassNameId()
           
 long getCompanyId()
           
 String getName()
           
 long getPrimaryKey()
           
 long getTableId()
           
 void setClassNameId(long classNameId)
           
 void setCompanyId(long companyId)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setTableId(long tableId)
           
static ExpandoTableSoap toSoapModel(ExpandoTable model)
           
static ExpandoTableSoap[] toSoapModels(ExpandoTable[] models)
           
static ExpandoTableSoap[][] toSoapModels(ExpandoTable[][] models)
           
static ExpandoTableSoap[] toSoapModels(List<ExpandoTable> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoTableSoap

public ExpandoTableSoap()
Method Detail

toSoapModel

public static ExpandoTableSoap toSoapModel(ExpandoTable model)

toSoapModels

public static ExpandoTableSoap[] toSoapModels(ExpandoTable[] models)

toSoapModels

public static ExpandoTableSoap[][] toSoapModels(ExpandoTable[][] models)

toSoapModels

public static ExpandoTableSoap[] toSoapModels(List<ExpandoTable> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getTableId

public long getTableId()

setTableId

public void setTableId(long tableId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getName

public String getName()

setName

public void setName(String name)

Liferay 6.2-ce-ga5