Liferay 6.2-ce-ga5

com.liferay.portlet.trash.model
Class TrashEntrySoap

java.lang.Object
  extended by 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

Constructor Summary
TrashEntrySoap()
           
 
Method Summary
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 long getEntryId()
           
 long getGroupId()
           
 long getPrimaryKey()
           
 int getStatus()
           
 long getSystemEventSetKey()
           
 String getTypeSettings()
           
 long getUserId()
           
 String getUserName()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setEntryId(long entryId)
           
 void setGroupId(long groupId)
           
 void setPrimaryKey(long pk)
           
 void setStatus(int status)
           
 void setSystemEventSetKey(long systemEventSetKey)
           
 void setTypeSettings(String typeSettings)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
static TrashEntrySoap toSoapModel(TrashEntry model)
           
static TrashEntrySoap[] toSoapModels(List<TrashEntry> models)
           
static TrashEntrySoap[] toSoapModels(TrashEntry[] models)
           
static TrashEntrySoap[][] toSoapModels(TrashEntry[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrashEntrySoap

public TrashEntrySoap()
Method Detail

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)

Liferay 6.2-ce-ga5