org.jcon.data
Class MetaImport

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

public class MetaImport
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
MetaImport()
           
MetaImport(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

MetaImport

public MetaImport()

MetaImport

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

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String newPath)