com.opensymphony.webwork.sitegraph.entities
Class Target

java.lang.Object
  extended by com.opensymphony.webwork.sitegraph.entities.Target

public class Target
extends Object

User: plightbo Date: Jun 25, 2005 Time: 2:11:30 PM


Constructor Summary
Target(String target, int type)
           
 
Method Summary
 boolean equals(Object o)
           
 String getTarget()
           
 int getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Target

public Target(String target,
              int type)
Method Detail

getTarget

public String getTarget()

getType

public int getType()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

WebWork Project Page