de.starface.integration.uci.java.v30.types
Class MonitorList

java.lang.Object
  extended by de.starface.integration.uci.java.v30.types.MonitorList
All Implemented Interfaces:
Serializable

@RpcValueObject
public class MonitorList
extends Object
implements Serializable

This object holds the properties of the monitor list as returned by UciMonitorListRequests.getMonitorList(Date, Date,MonitorListEntryProperties, OrderDirection, int, int)

See Also:
Serialized Form

Constructor Summary
MonitorList()
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCountLimit()
           
 int getCountOffset()
           
 List<MonitorListEntry> getEntries()
           
 OrderDirection getOrderDirection()
           
 MonitorListEntryProperties getOrderProperty()
           
 Date getStartAfter()
           
 Date getStartBefore()
           
 int getTotalCount()
           
 int hashCode()
           
 void setCountLimit(int countLimit)
           
 void setCountOffset(int countOffset)
           
 void setEntries(List<MonitorListEntry> entries)
           
 void setOrderDirection(OrderDirection orderDirection)
           
 void setOrderProperty(MonitorListEntryProperties orderProperty)
           
 void setStartAfter(Date startAfter)
           
 void setStartBefore(Date startBefore)
           
 void setTotalCount(int totalCount)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorList

public MonitorList()
Method Detail

getStartBefore

public Date getStartBefore()
Returns:
the startBefore

setStartBefore

public void setStartBefore(Date startBefore)
Parameters:
startBefore - the startBefore to set

getStartAfter

public Date getStartAfter()
Returns:
the startAfter

setStartAfter

public void setStartAfter(Date startAfter)
Parameters:
startAfter - the startAfter to set

getOrderProperty

public MonitorListEntryProperties getOrderProperty()
Returns:
the orderProperty

setOrderProperty

public void setOrderProperty(MonitorListEntryProperties orderProperty)
Parameters:
orderProperty - the orderProperty to set

getOrderDirection

public OrderDirection getOrderDirection()
Returns:
the orderDirection

setOrderDirection

public void setOrderDirection(OrderDirection orderDirection)
Parameters:
orderDirection - the orderDirection to set

getCountOffset

public int getCountOffset()
Returns:
the countOffset

setCountOffset

public void setCountOffset(int countOffset)
Parameters:
countOffset - the countOffset to set

getCountLimit

public int getCountLimit()
Returns:
the countLimit

setCountLimit

public void setCountLimit(int countLimit)
Parameters:
countLimit - the countLimit to set

getTotalCount

public int getTotalCount()
Returns:
the totalCount

setTotalCount

public void setTotalCount(int totalCount)
Parameters:
totalCount - the totalCount to set

getEntries

public List<MonitorListEntry> getEntries()
Returns:
the entries

setEntries

public void setEntries(List<MonitorListEntry> entries)
Parameters:
entries - the entries to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 STARFACE GmbH. All rights reserved.