com.liferay.portlet.expando.model
Class ExpandoValueSoap
java.lang.Object
com.liferay.portlet.expando.model.ExpandoValueSoap
- All Implemented Interfaces:
- Serializable
public class ExpandoValueSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portlet.expando.service.http.ExpandoValueServiceSoap
.
- See Also:
com.liferay.portlet.expando.service.http.ExpandoValueServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoValueSoap
public ExpandoValueSoap()
toSoapModel
public static ExpandoValueSoap toSoapModel(ExpandoValue model)
toSoapModels
public static ExpandoValueSoap[] toSoapModels(ExpandoValue[] models)
toSoapModels
public static ExpandoValueSoap[][] toSoapModels(ExpandoValue[][] models)
toSoapModels
public static ExpandoValueSoap[] toSoapModels(List<ExpandoValue> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getValueId
public long getValueId()
setValueId
public void setValueId(long valueId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getTableId
public long getTableId()
setTableId
public void setTableId(long tableId)
getColumnId
public long getColumnId()
setColumnId
public void setColumnId(long columnId)
getRowId
public long getRowId()
setRowId
public void setRowId(long rowId)
getClassNameId
public long getClassNameId()
setClassNameId
public void setClassNameId(long classNameId)
getClassPK
public long getClassPK()
setClassPK
public void setClassPK(long classPK)
getData
public String getData()
setData
public void setData(String data)