com.liferay.portlet.expando.model
Class ExpandoValueSoap
java.lang.Object
com.liferay.portlet.expando.model.ExpandoValueSoap
- All Implemented Interfaces:
- java.io.Serializable
public class ExpandoValueSoap
- 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.ExpandoValueServiceSoap
.
- Author:
- Brian Wing Shun Chan
- 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(java.util.List<ExpandoValue> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getValueId
public long getValueId()
setValueId
public void setValueId(long valueId)
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 java.lang.String getData()
setData
public void setData(java.lang.String data)