Package jadex
Class ForwardFilter.ForwardInfo
- java.lang.Object
-
- jadex.ForwardFilter.ForwardInfo
-
- Enclosing class:
- ForwardFilter
public static class ForwardFilter.ForwardInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringapppathThe application url path.protected java.lang.StringforwardpathThe forward url base path.protected longtimeThe timestamp.
-
Constructor Summary
Constructors Constructor Description ForwardInfo(java.lang.String apppath, java.lang.String forwardpath)Create a new ForwardInfo.
-
Method Summary
All 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
-
getAppPath
public java.lang.String getAppPath()
Get the apppath.- Returns:
- The apppath.
-
setAppPath
public void setAppPath(java.lang.String apppath)
Set the apppath.- Parameters:
apppath- The apppath to set.
-
getForwardPath
public java.lang.String getForwardPath()
Get the forwardpath.- Returns:
- The forwardpath.
-
setForwardPath
public void setForwardPath(java.lang.String forwardpath)
Set the forwardpath.- Parameters:
forwardpath- The forwardpath to set.
-
getTime
public long getTime()
Get the time.- Returns:
- The time.
-
setTime
public void setTime(long time)
Set the time.- Parameters:
time- The time to set.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-