Package org.bedework.client.rw
Class InOutBoxInfo
java.lang.Object
org.bedework.client.rw.InOutBoxInfo
- All Implemented Interfaces:
Serializable
Class to hold info about a user's inbox or outbox.
- Version:
- 1.0
- Author:
- Mike Douglass douglm rpi.edu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.bedework.access.CurrentAccessGet the boxes current accessGet the events.booleangetInbox()intGet the number active.intGet the number Processed.voidRefresh the informationvoidsetChanged(boolean val) voidsetInbox(boolean val) voidsetNumActive(int val) Set the number active.voidsetNumProcessed(int val) Set the number Processed.
-
Constructor Details
-
InOutBoxInfo
Constructor- Parameters:
cl- clientinbox- boolean ) {
-
-
Method Details
-
refresh
Refresh the information- Parameters:
cl- clientall- true to fetch all events. ) {
-
setInbox
public void setInbox(boolean val) - Parameters:
val- boolean
-
getInbox
public boolean getInbox()- Returns:
- boolean
-
getColPath
- Returns:
- path of collection
-
setChanged
public void setChanged(boolean val) - Parameters:
val- boolean
-
getChanged
public boolean getChanged()- Returns:
- boolean
-
setNumActive
public void setNumActive(int val) Set the number active.- Parameters:
val- numactive
-
getNumActive
public int getNumActive()Get the number active.- Returns:
- val numactive
-
setNumProcessed
public void setNumProcessed(int val) Set the number Processed.- Parameters:
val- numProcessed
-
getNumProcessed
public int getNumProcessed()Get the number Processed.- Returns:
- val numProcessed
-
getCurrentAccess
public org.bedework.access.CurrentAccess getCurrentAccess()Get the boxes current access- Returns:
- CurrentAccess
-
getEvents
Get the events. May be null.- Returns:
- FormattedEvents or null.
-