com.liferay.portlet.expando.model
Class ExpandoRowSoap
java.lang.Object
com.liferay.portlet.expando.model.ExpandoRowSoap
- All Implemented Interfaces:
- Serializable
public class ExpandoRowSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoRowSoap
public ExpandoRowSoap()
toSoapModel
public static ExpandoRowSoap toSoapModel(ExpandoRow model)
toSoapModels
public static ExpandoRowSoap[] toSoapModels(ExpandoRow[] models)
toSoapModels
public static ExpandoRowSoap[][] toSoapModels(ExpandoRow[][] models)
toSoapModels
public static ExpandoRowSoap[] toSoapModels(List<ExpandoRow> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getRowId
public long getRowId()
setRowId
public void setRowId(long rowId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getTableId
public long getTableId()
setTableId
public void setTableId(long tableId)
getClassPK
public long getClassPK()
setClassPK
public void setClassPK(long classPK)