com.liferay.portlet.trash.model
Class TrashEntrySoap
java.lang.Object
com.liferay.portlet.trash.model.TrashEntrySoap
- All Implemented Interfaces:
- Serializable
public class TrashEntrySoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portlet.trash.service.http.TrashEntryServiceSoap
.
- See Also:
com.liferay.portlet.trash.service.http.TrashEntryServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrashEntrySoap
public TrashEntrySoap()
toSoapModel
public static TrashEntrySoap toSoapModel(TrashEntry model)
toSoapModels
public static TrashEntrySoap[] toSoapModels(TrashEntry[] models)
toSoapModels
public static TrashEntrySoap[][] toSoapModels(TrashEntry[][] models)
toSoapModels
public static TrashEntrySoap[] toSoapModels(List<TrashEntry> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getEntryId
public long getEntryId()
setEntryId
public void setEntryId(long entryId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getClassNameId
public long getClassNameId()
setClassNameId
public void setClassNameId(long classNameId)
getClassPK
public long getClassPK()
setClassPK
public void setClassPK(long classPK)
getSystemEventSetKey
public long getSystemEventSetKey()
setSystemEventSetKey
public void setSystemEventSetKey(long systemEventSetKey)
getTypeSettings
public String getTypeSettings()
setTypeSettings
public void setTypeSettings(String typeSettings)
getStatus
public int getStatus()
setStatus
public void setStatus(int status)