|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mydm.core.EDocument
Core class for the basic eDocument Object. Basically the document object consists of
EAuthor
,
EIdentifier
,
EFile
Constructor Summary | |
EDocument()
Constructor - Default. |
Method Summary | |
java.lang.String |
getAuthorsStr()
Returns a concatenated string of authors |
java.lang.String |
getCollection()
gets the collection. |
java.lang.String |
getDateCreated()
Gets the date created. |
java.lang.String |
getDateModified()
Gets the datemodified. |
EAuthor[] |
getEAuthors()
Gets the Authors of the Document. |
EFile[] |
getEFiles()
Gets the EFiles of the document. |
EIdentifier[] |
getEIdentifiers()
Gets the EIdentifiers of the document. |
java.lang.String |
getEleValue(java.lang.String ele)
gets the value of the metadata element. |
java.lang.String |
getFullMDString()
Gets the all the metadata as a single string. |
java.lang.String |
getGenre()
Gets the Genre - Document type. |
java.lang.String |
getId()
gets the id. |
java.util.HashMap |
getMDHASH()
Gets back the Complete MDHASH of this Object. |
java.lang.String |
getOwner()
Gets the Owner of the document. |
java.lang.String |
getSource()
Gets the source of the document. |
void |
setCollection(java.lang.String colname)
Sets the collection name. |
void |
setDateCreated(java.lang.String datecreated)
Sets the datecreated. |
void |
setDateModified(java.lang.String datemodified)
Sets the datemodified of the document. |
void |
setEAuthors(EAuthor[] eauthors)
Sets the EAuthors of the EDodcument. |
void |
setEFiles(EFile[] efiles)
Sets EFiles of the document. |
void |
setEIdentifiers(EIdentifier[] eidentifiers)
Sets the EIdentifiers of the document. |
void |
setEleValue(java.lang.String ele,
java.lang.String elevalue)
Sets the metadata value. |
void |
setFullMDString(java.lang.String mdftext)
Sets the mdftext. |
void |
setGenre(java.lang.String gen)
sets the genre. |
void |
setId(java.lang.String id)
sets the id |
void |
setOwner(java.lang.String owner)
Sets the owner of the document. |
void |
setSource(java.lang.String source)
Sets the source of the document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EDocument()
Method Detail |
public java.lang.String getGenre()
public void setGenre(java.lang.String gen)
gen
- public java.lang.String getId()
public void setId(java.lang.String id)
id
- public java.lang.String getCollection()
public void setCollection(java.lang.String colname)
colname
- public java.lang.String getEleValue(java.lang.String ele)
ele
-
public void setEleValue(java.lang.String ele, java.lang.String elevalue)
ele
- elevalue
- public java.util.HashMap getMDHASH()
public EAuthor[] getEAuthors()
public void setEAuthors(EAuthor[] eauthors)
eauthors
- EAuthor[]public EIdentifier[] getEIdentifiers()
public void setEIdentifiers(EIdentifier[] eidentifiers)
eidentifiers
- EIdentifier[]public EFile[] getEFiles()
public void setEFiles(EFile[] efiles)
efiles
- Array of EFile objectspublic java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner
- stringpublic java.lang.String getDateCreated()
public void setDateCreated(java.lang.String datecreated)
datecreated
- string.public java.lang.String getDateModified()
public void setDateModified(java.lang.String datemodified)
datemodified
- stringpublic java.lang.String getSource()
public void setSource(java.lang.String source)
source
- stringpublic java.lang.String getFullMDString()
public void setFullMDString(java.lang.String mdftext)
mdftext
- stringpublic java.lang.String getAuthorsStr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |