|
|||||||||
Home >> All >> openfuture >> editxml >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
openfuture.editxml.model
Class XmlDomain

java.lang.Objectopenfuture.editxml.model.XmlDomain
- All Implemented Interfaces:
- java.io.Serializable
- public class XmlDomain
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Bean holding all attributes of a XML domain, i.e. a set of files with the same DTD, directory, editor and URL prefix.
Created: Tue Apr 10 18:38:33 2001
- Version:
- $Revision: 1.1.1.1 $
Field Summary | |
private java.lang.String |
directory
|
private java.lang.String |
dtd
|
private java.lang.String |
editor
|
private java.lang.String |
name
|
private java.lang.String |
nameFilter
|
private java.lang.String |
urlprefix
|
private java.util.LinkedList |
xmlPaths
|
Constructor Summary | |
XmlDomain(java.lang.String name,
java.lang.String dtd,
java.lang.String editor,
java.lang.String directory,
java.lang.String nameFilter,
java.lang.String urlprefix,
java.util.LinkedList xmlPaths)
Create a new XML domain |
Method Summary | |
java.lang.String |
getDirectory()
Get the value of directory. |
java.lang.String |
getDtd()
Get the value of dtd. |
java.lang.String |
getEditor()
Get the value of editor. |
java.lang.String |
getName()
Get the value of name. |
java.lang.String |
getNameFilter()
Get the value of nameFilter. |
java.lang.String |
getUrlprefix()
Get the value of urlprefix. |
java.util.LinkedList |
getXmlPaths()
Get the value of xmlPaths. |
void |
setDirectory(java.lang.String v)
Set the value of directory. |
void |
setDtd(java.lang.String v)
Set the value of dtd. |
void |
setEditor(java.lang.String v)
Set the value of editor. |
void |
setName(java.lang.String v)
LinkedList the value of name. |
void |
setNameFilter(java.lang.String v)
Set the value of nameFilter. |
void |
setUrlprefix(java.lang.String v)
Set the value of urlprefix. |
void |
setXmlPaths(java.util.LinkedList v)
Set the value of xmlPaths. |
java.lang.String |
toString()
Convert to String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
name
private java.lang.String name
dtd
private java.lang.String dtd
editor
private java.lang.String editor
directory
private java.lang.String directory
urlprefix
private java.lang.String urlprefix
nameFilter
private java.lang.String nameFilter
xmlPaths
private java.util.LinkedList xmlPaths
Constructor Detail |
XmlDomain
public XmlDomain(java.lang.String name, java.lang.String dtd, java.lang.String editor, java.lang.String directory, java.lang.String nameFilter, java.lang.String urlprefix, java.util.LinkedList xmlPaths)
- Create a new XML domain
Method Detail |
getName
public java.lang.String getName()
- Get the value of name.
setName
public void setName(java.lang.String v)
- LinkedList the value of name.
getDtd
public java.lang.String getDtd()
- Get the value of dtd.
setDtd
public void setDtd(java.lang.String v)
- Set the value of dtd.
getEditor
public java.lang.String getEditor()
- Get the value of editor.
setEditor
public void setEditor(java.lang.String v)
- Set the value of editor.
getDirectory
public java.lang.String getDirectory()
- Get the value of directory.
setDirectory
public void setDirectory(java.lang.String v)
- Set the value of directory.
getUrlprefix
public java.lang.String getUrlprefix()
- Get the value of urlprefix.
setUrlprefix
public void setUrlprefix(java.lang.String v)
- Set the value of urlprefix.
getNameFilter
public java.lang.String getNameFilter()
- Get the value of nameFilter.
setNameFilter
public void setNameFilter(java.lang.String v)
- Set the value of nameFilter.
getXmlPaths
public java.util.LinkedList getXmlPaths()
- Get the value of xmlPaths.
setXmlPaths
public void setXmlPaths(java.util.LinkedList v)
- Set the value of xmlPaths.
toString
public java.lang.String toString()
- Convert to String. Returns the domain name.
|
|||||||||
Home >> All >> openfuture >> editxml >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |