Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.model
Class ExpandoColumnSoap

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

public class ExpandoColumnSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portlet.expando.service.http.ExpandoColumnServiceSoap.

See Also:
com.liferay.portlet.expando.service.http.ExpandoColumnServiceSoap, Serialized Form

Constructor Summary
ExpandoColumnSoap()
           
 
Method Summary
 long getColumnId()
           
 long getCompanyId()
           
 String getDefaultData()
           
 String getName()
           
 long getPrimaryKey()
           
 long getTableId()
           
 int getType()
           
 String getTypeSettings()
           
 void setColumnId(long columnId)
           
 void setCompanyId(long companyId)
           
 void setDefaultData(String defaultData)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setTableId(long tableId)
           
 void setType(int type)
           
 void setTypeSettings(String typeSettings)
           
static ExpandoColumnSoap toSoapModel(ExpandoColumn model)
           
static ExpandoColumnSoap[] toSoapModels(ExpandoColumn[] models)
           
static ExpandoColumnSoap[][] toSoapModels(ExpandoColumn[][] models)
           
static ExpandoColumnSoap[] toSoapModels(List<ExpandoColumn> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoColumnSoap

public ExpandoColumnSoap()
Method Detail

toSoapModel

public static ExpandoColumnSoap toSoapModel(ExpandoColumn model)

toSoapModels

public static ExpandoColumnSoap[] toSoapModels(ExpandoColumn[] models)

toSoapModels

public static ExpandoColumnSoap[][] toSoapModels(ExpandoColumn[][] models)

toSoapModels

public static ExpandoColumnSoap[] toSoapModels(List<ExpandoColumn> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getColumnId

public long getColumnId()

setColumnId

public void setColumnId(long columnId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getTableId

public long getTableId()

setTableId

public void setTableId(long tableId)

getName

public String getName()

setName

public void setName(String name)

getType

public int getType()

setType

public void setType(int type)

getDefaultData

public String getDefaultData()

setDefaultData

public void setDefaultData(String defaultData)

getTypeSettings

public String getTypeSettings()

setTypeSettings

public void setTypeSettings(String typeSettings)

Liferay 6.1.2-ce-ga3