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.String
apppath
The application url path.protected java.lang.String
forwardpath
The forward url base path.protected long
time
The 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 boolean
equals(java.lang.Object obj)
java.lang.String
getAppPath()
Get the apppath.java.lang.String
getForwardPath()
Get the forwardpath.long
getTime()
Get the time.int
hashCode()
void
setAppPath(java.lang.String apppath)
Set the apppath.void
setForwardPath(java.lang.String forwardpath)
Set the forwardpath.void
setTime(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:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-