ncsa.tools.trebuchet.core.data
Class TargetData

java.lang.Object
  extended byncsa.tools.trebuchet.core.data.TargetData

public class TargetData
extends java.lang.Object


Constructor Summary
TargetData()
           
 
Method Summary
 boolean getDirectory()
           
 boolean getExists()
           
 boolean getParentExists()
           
 void setDirectory(boolean directory)
           
 void setExists(boolean exists)
           
 void setParentExists(boolean parentExists)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetData

public TargetData()
Method Detail

getExists

public boolean getExists()

setExists

public void setExists(boolean exists)

getParentExists

public boolean getParentExists()

setParentExists

public void setParentExists(boolean parentExists)

getDirectory

public boolean getDirectory()

setDirectory

public void setDirectory(boolean directory)