Package jadex
Class ForwardFilter.ForwardInfo
- java.lang.Object
- 
- jadex.ForwardFilter.ForwardInfo
 
- 
- Enclosing class:
- ForwardFilter
 
 public static class ForwardFilter.ForwardInfo extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringapppathThe application url path.protected java.lang.StringforwardpathThe forward url base path.protected longtimeThe timestamp.
 - 
Constructor SummaryConstructors Constructor Description ForwardInfo(java.lang.String apppath, java.lang.String forwardpath)Create a new ForwardInfo.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetAppPath()Get the apppath.java.lang.StringgetForwardPath()Get the forwardpath.longgetTime()Get the time.inthashCode()voidsetAppPath(java.lang.String apppath)Set the apppath.voidsetForwardPath(java.lang.String forwardpath)Set the forwardpath.voidsetTime(long time)Set the time.
 
- 
- 
- 
Method Detail- 
getAppPathpublic java.lang.String getAppPath() Get the apppath.- Returns:
- The apppath.
 
 - 
setAppPathpublic void setAppPath(java.lang.String apppath) Set the apppath.- Parameters:
- apppath- The apppath to set.
 
 - 
getForwardPathpublic java.lang.String getForwardPath() Get the forwardpath.- Returns:
- The forwardpath.
 
 - 
setForwardPathpublic void setForwardPath(java.lang.String forwardpath) Set the forwardpath.- Parameters:
- forwardpath- The forwardpath to set.
 
 - 
getTimepublic long getTime() Get the time.- Returns:
- The time.
 
 - 
setTimepublic void setTime(long time) Set the time.- Parameters:
- time- The time to set.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-