|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mydm.core.EFile
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 |
public EFile()
Method Detail |
public java.lang.String getFilelocation()
public java.lang.String getId()
public java.lang.String getMd5()
public java.lang.String getMimetype()
public java.lang.String getName()
public java.lang.String getSize()
public void setFilelocation(java.lang.String string)
string
- filelocation.public void setId(java.lang.String string)
string
- fileidpublic void setMd5(java.lang.String string)
string
- MD5 string.public void setMimetype(java.lang.String string)
string
- mimetypepublic void setName(java.lang.String string)
string
- filename.public void setSize(java.lang.String string)
string
- filesize.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |