OKMUtils  2.0
OpenKM Utilities
com.openkm.bean.XMLDocumentBean Class Reference

Public Member Functions

 XMLDocumentBean ()
 
void setLocalFilename (String localFilename)
 
void setPath (String path)
 
void setName (String name)
 
void setUUID (String UUID)
 
void setType (String type)
 
String getLocalFilename ()
 
String getPath ()
 
String getName ()
 
String getUUID ()
 
String getType ()
 

Public Attributes

const String TYPE_WORD = "word"
 
const String TYPE_EXCEL = "excel"
 
const String TYPE_POWER_POINT = "powerpoint"
 
const String TYPE_VISIO = "visio"
 

Constructor & Destructor Documentation

com.openkm.bean.XMLDocumentBean.XMLDocumentBean ( )

Member Function Documentation

String com.openkm.bean.XMLDocumentBean.getLocalFilename ( )
String com.openkm.bean.XMLDocumentBean.getName ( )
String com.openkm.bean.XMLDocumentBean.getPath ( )
String com.openkm.bean.XMLDocumentBean.getType ( )
String com.openkm.bean.XMLDocumentBean.getUUID ( )
void com.openkm.bean.XMLDocumentBean.setLocalFilename ( String  localFilename)
void com.openkm.bean.XMLDocumentBean.setName ( String  name)
void com.openkm.bean.XMLDocumentBean.setPath ( String  path)
void com.openkm.bean.XMLDocumentBean.setType ( String  type)
void com.openkm.bean.XMLDocumentBean.setUUID ( String  UUID)

Member Data Documentation

const String com.openkm.bean.XMLDocumentBean.TYPE_EXCEL = "excel"
const String com.openkm.bean.XMLDocumentBean.TYPE_POWER_POINT = "powerpoint"
const String com.openkm.bean.XMLDocumentBean.TYPE_VISIO = "visio"
const String com.openkm.bean.XMLDocumentBean.TYPE_WORD = "word"

The documentation for this class was generated from the following file: