Liferay 6.2-ce-ga5

com.liferay.portlet.trash.model
Class TrashEntryList

java.lang.Object
  extended by com.liferay.portlet.trash.model.TrashEntryList
All Implemented Interfaces:
Serializable

public class TrashEntryList
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TrashEntryList()
           
 
Method Summary
 TrashEntrySoap[] getArray()
           
 int getCount()
           
 boolean isApproximate()
           
 void setApproximate(boolean approximate)
           
 void setArray(TrashEntrySoap[] array)
           
 void setCount(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrashEntryList

public TrashEntryList()
Method Detail

getArray

public TrashEntrySoap[] getArray()

getCount

public int getCount()

isApproximate

public boolean isApproximate()

setApproximate

public void setApproximate(boolean approximate)

setArray

public void setArray(TrashEntrySoap[] array)

setCount

public void setCount(int count)

Liferay 6.2-ce-ga5