@ProviderType
public class ExpandoColumnSoap
extends Object
implements Serializable
ExpandoColumnServiceSoap
.ExpandoColumnServiceSoap
,
Serialized FormConstructor and Description |
---|
ExpandoColumnSoap() |
Modifier and Type | Method and Description |
---|---|
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) |
public static ExpandoColumnSoap toSoapModel(ExpandoColumn model)
public static ExpandoColumnSoap[] toSoapModels(ExpandoColumn[] models)
public static ExpandoColumnSoap[][] toSoapModels(ExpandoColumn[][] models)
public static ExpandoColumnSoap[] toSoapModels(List<ExpandoColumn> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getColumnId()
public void setColumnId(long columnId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getTableId()
public void setTableId(long tableId)
public String getName()
public void setName(String name)
public int getType()
public void setType(int type)
public String getDefaultData()
public void setDefaultData(String defaultData)
public String getTypeSettings()
public void setTypeSettings(String typeSettings)