com.nexwave.nsidita
Class DocFileInfo

java.lang.Object
  extended by com.nexwave.nsidita.DocFileInfo

public class DocFileInfo
extends Object

Object for describing a dita or html file.

Version:
2.0 2010-08-14
Author:
N. Quaine

Constructor Summary
DocFileInfo()
           
DocFileInfo(DocFileInfo info)
           
DocFileInfo(File file)
           
 
Method Summary
 File getFullpath()
           
 String getShortdesc()
           
 String getTitle()
           
 void setFullpath(File fullpath)
           
 void setShortdesc(String shortDesc)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocFileInfo

public DocFileInfo()

DocFileInfo

public DocFileInfo(File file)

DocFileInfo

public DocFileInfo(DocFileInfo info)
Method Detail

setTitle

public void setTitle(String title)

setShortdesc

public void setShortdesc(String shortDesc)

getShortdesc

public String getShortdesc()
Returns:
the shortdesc

getTitle

public String getTitle()
Returns:
the title

getFullpath

public File getFullpath()

setFullpath

public void setFullpath(File fullpath)


Copyright © 2013. All Rights Reserved.