com.liferay.portlet.expando.model
Class ExpandoColumnSoap
java.lang.Object
com.liferay.portlet.expando.model.ExpandoColumnSoap
- All Implemented Interfaces:
- Serializable
public class ExpandoColumnSoap
- extends Object
- implements Serializable
This class is used by
ExpandoColumnServiceSoap
.
- See Also:
ExpandoColumnServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
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(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)