org.jcon.data
Class MetaTextImport

java.lang.Object
  extended by org.jcon.data.MetaTextImport
All Implemented Interfaces:
java.io.Serializable

public class MetaTextImport
extends java.lang.Object
implements java.io.Serializable

A MetaImport; this is just a beanified storage path, really. Mainly this distinguishes it from a String.

See Also:
Serialized Form

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

Constructor Detail

MetaTextImport

public MetaTextImport()

MetaTextImport

public MetaTextImport(java.lang.String path)
Method Detail

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String newPath)