com.liferay.portlet.expando.model
Class ExpandoTableSoap

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

public class ExpandoTableSoap
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.portlet.expando.service.http.ExpandoTableServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.expando.service.http.ExpandoTableServiceSoap, Serialized Form

Constructor Summary
ExpandoTableSoap()
           
 
Method Summary
 long getClassNameId()
           
 long getCompanyId()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 long getTableId()
           
 void setClassNameId(long classNameId)
           
 void setCompanyId(long companyId)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setTableId(long tableId)
           
static ExpandoTableSoap toSoapModel(ExpandoTable model)
           
static ExpandoTableSoap[] toSoapModels(java.util.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(java.util.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 java.lang.String getName()

setName

public void setName(java.lang.String name)