org.mydm.core
Class EFile

java.lang.Object
  extended byorg.mydm.core.EFile

public class EFile
extends java.lang.Object

EFile Class to represent the fulltext file objects of a document.


Constructor Summary
EFile()
          Contructor
 
Method Summary
 java.lang.String getFilelocation()
          Gets the file location in the FilSystem.
 java.lang.String getId()
          Gets the fileid
 java.lang.String getMd5()
          Gets the MD5 of the fulltext.
 java.lang.String getMimetype()
          Gets the mimetype.
 java.lang.String getName()
          Gets the name of the File.
 java.lang.String getSize()
          Gets the size of the file.
 void setFilelocation(java.lang.String string)
          Sets the filelocation.
 void setId(java.lang.String string)
          Sets the FileId
 void setMd5(java.lang.String string)
          Sets MD5 of the file.
 void setMimetype(java.lang.String string)
          Sets the mimetype
 void setName(java.lang.String string)
          Sets the name of the file.
 void setSize(java.lang.String string)
          Sets the size of the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EFile

public EFile()
Contructor

Method Detail

getFilelocation

public java.lang.String getFilelocation()
Gets the file location in the FilSystem.

Returns:
filelocation String

getId

public java.lang.String getId()
Gets the fileid

Returns:
id fileid

getMd5

public java.lang.String getMd5()
Gets the MD5 of the fulltext.

Returns:
md5 string

getMimetype

public java.lang.String getMimetype()
Gets the mimetype.

Returns:
mimetype.

getName

public java.lang.String getName()
Gets the name of the File.

Returns:
name filename

getSize

public java.lang.String getSize()
Gets the size of the file.

Returns:
size filesize string

setFilelocation

public void setFilelocation(java.lang.String string)
Sets the filelocation.

Parameters:
string - filelocation.

setId

public void setId(java.lang.String string)
Sets the FileId

Parameters:
string - fileid

setMd5

public void setMd5(java.lang.String string)
Sets MD5 of the file.

Parameters:
string - MD5 string.

setMimetype

public void setMimetype(java.lang.String string)
Sets the mimetype

Parameters:
string - mimetype

setName

public void setName(java.lang.String string)
Sets the name of the file.

Parameters:
string - filename.

setSize

public void setSize(java.lang.String string)
Sets the size of the file.

Parameters:
string - filesize.