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()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 long getTableId()
           
 int getType()
           
 void setColumnId(long columnId)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setTableId(long tableId)
           
 void setType(int type)
           
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)

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)