com.liferay.portlet.expando.model
Class ExpandoColumnSoap
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoColumnSoap
public ExpandoColumnSoap()
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)