|
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 |
java.lang.Objectag.ion.bion.officelayer.document.DocumentDescriptor
public class DocumentDescriptor
Descriptor of a document. A document descriptor can be used in order control the load or store process of a document.
Field Summary | |
---|---|
static DocumentDescriptor |
DEFAULT
A default document descriptor. |
static DocumentDescriptor |
DEFAULT_HIDDEN
A default document descriptor for hidden documents. |
Constructor Summary | |
---|---|
DocumentDescriptor()
Constructs new DocumentDescriptor. |
|
DocumentDescriptor(boolean hidden)
Constructs new DocumentDescriptor. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DocumentDescriptor DEFAULT
public static final DocumentDescriptor DEFAULT_HIDDEN
Constructor Detail |
---|
public DocumentDescriptor()
public DocumentDescriptor(boolean hidden)
hidden
- information whether the document is hiddenMethod Detail |
---|
public void setHidden(boolean hidden)
setHidden
in interface IDocumentDescriptor
hidden
- information whether the document is hiddenpublic boolean getHidden()
getHidden
in interface IDocumentDescriptor
public void setAsTemplate(boolean asTemplate)
setAsTemplate
in interface IDocumentDescriptor
asTemplate
- information whether the document is a templatepublic boolean getAsTemplate()
false
getAsTemplate
in interface IDocumentDescriptor
public void setReadOnly(boolean readOnly)
false
setReadOnly
in interface IDocumentDescriptor
readOnly
- information whether the document should be opened read onlypublic boolean getReadOnly()
false
getReadOnly
in interface IDocumentDescriptor
public void setAsPreview(boolean asPreview)
false
setAsPreview
in interface IDocumentDescriptor
asPreview
- information whether the document should be opened as previewpublic boolean getAsPreview()
false
getAsPreview
in interface IDocumentDescriptor
public void setAuthor(java.lang.String author)
setAuthor
in interface IDocumentDescriptor
author
- the author of the document to be setpublic java.lang.String getAuthor()
getAuthor
in interface IDocumentDescriptor
public void setComment(java.lang.String comment)
setComment
in interface IDocumentDescriptor
comment
- the comment of the document to be setpublic java.lang.String getComment()
getComment
in interface IDocumentDescriptor
public void setTitle(java.lang.String title)
setTitle
in interface IDocumentDescriptor
title
- the title of the document to be setpublic java.lang.String getTitle()
getTitle
in interface IDocumentDescriptor
public void setBaseURL(java.lang.String baseURL)
setBaseURL
in interface IDocumentDescriptor
baseURL
- the base URL of the document to be setpublic java.lang.String getBaseURL()
getBaseURL
in interface IDocumentDescriptor
public void setURL(java.lang.String URL)
setURL
in interface IDocumentDescriptor
URL
- the URL of the document to be setpublic java.lang.String getURL()
getURL
in interface IDocumentDescriptor
|
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 |