|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDocumentDescriptor
Descriptor of a document. A document descriptor can be used in order to load and store documents.
Method Summary | |
---|---|
boolean |
getAsPreview()
Returns information whether the document should be opened as preview. |
boolean |
getAsTemplate()
Returns information whether the document is a template. |
java.lang.String |
getAuthor()
Returns the author of the document. |
java.lang.String |
getBaseURL()
Returns the base URL of the document. |
java.lang.String |
getComment()
Returns the comment of the document. |
boolean |
getHidden()
Returns information whether the document is hidden. |
boolean |
getReadOnly()
Returns information whether the document should be opened read only. |
java.lang.String |
getTitle()
Returns the title of the document. |
java.lang.String |
getURL()
Returns the URL of the document. |
void |
setAsPreview(boolean asPreview)
Sets information whether the document should be opened as preview. |
void |
setAsTemplate(boolean asTemplate)
Sets information whether the document is a template. |
void |
setAuthor(java.lang.String author)
Sets the author of the document. |
void |
setBaseURL(java.lang.String baseURL)
Sets the base URL of the document to be used to resolve relative links. |
void |
setComment(java.lang.String comment)
Sets the comment of the document. |
void |
setHidden(boolean hidden)
Sets information whether the document is hidden. |
void |
setReadOnly(boolean readOnly)
Sets information whether the document should be opened read only. |
void |
setTitle(java.lang.String title)
Sets the title of the document. |
void |
setURL(java.lang.String URL)
Sets the URL of the document. |
Method Detail |
---|
void setHidden(boolean hidden)
hidden
- information whether the document is hiddenboolean getHidden()
void setAsTemplate(boolean asTemplate)
asTemplate
- information whether the document is a templateboolean getAsTemplate()
false
void setReadOnly(boolean readOnly)
false
readOnly
- information whether the document should be opened read onlyboolean getReadOnly()
false
void setAsPreview(boolean asPreview)
false
asPreview
- information whether the document should be opened as previewboolean getAsPreview()
false
void setAuthor(java.lang.String author)
author
- the author of the document to be setjava.lang.String getAuthor()
void setComment(java.lang.String comment)
comment
- the comment of the document to be setjava.lang.String getComment()
void setTitle(java.lang.String title)
title
- the title of the document to be setjava.lang.String getTitle()
void setBaseURL(java.lang.String baseURL)
baseURL
- the base URL of the document to be setjava.lang.String getBaseURL()
void setURL(java.lang.String URL)
URL
- the URL of the document to be setjava.lang.String getURL()
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |