com.nexwave.nsidita
Class DocFileInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocFileInfo
public DocFileInfo()
DocFileInfo
public DocFileInfo(File file)
DocFileInfo
public DocFileInfo(DocFileInfo info)
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.