com.liferay.portlet.expando.model
Class ExpandoColumnSoap

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

public class ExpandoColumnSoap
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.ExpandoColumnServiceSoap.

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

Constructor Summary
ExpandoColumnSoap()
           
 
Method Summary
 long getColumnId()
           
 long getCompanyId()
           
 java.lang.String getDefaultData()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 long getTableId()
           
 int getType()
           
 java.lang.String getTypeSettings()
           
 void setColumnId(long columnId)
           
 void setCompanyId(long companyId)
           
 void setDefaultData(java.lang.String defaultData)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setTableId(long tableId)
           
 void setType(int type)
           
 void setTypeSettings(java.lang.String typeSettings)
           
static ExpandoColumnSoap toSoapModel(ExpandoColumn model)
           
static ExpandoColumnSoap[] toSoapModels(java.util.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(java.util.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 java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public int getType()

setType

public void setType(int type)

getDefaultData

public java.lang.String getDefaultData()

setDefaultData

public void setDefaultData(java.lang.String defaultData)

getTypeSettings

public java.lang.String getTypeSettings()

setTypeSettings

public void setTypeSettings(java.lang.String typeSettings)