org.rhq.enterprise.gui.legacy.beans
Class ReturnPath

java.lang.Object
  extended by org.rhq.enterprise.gui.legacy.beans.ReturnPath
All Implemented Interfaces:
Serializable

public class ReturnPath
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ReturnPath()
           
 
Method Summary
 Boolean getIgnore()
           
 String getPath()
           
 void setIgnore(Boolean ignore)
           
 void setPath(String path)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReturnPath

public ReturnPath()
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getIgnore

public Boolean getIgnore()

setIgnore

public void setIgnore(Boolean ignore)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.