org.chorem.vradi.entities
Class ThesaurusAbstract

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by org.chorem.vradi.entities.ThesaurusAbstract
All Implemented Interfaces:
Serializable, Cloneable, Thesaurus, org.nuiton.wikitty.entities.BusinessEntity, org.nuiton.wikitty.entities.WikittyTreeNode
Direct Known Subclasses:
ThesaurusImpl

public abstract class ThesaurusAbstract
extends org.nuiton.wikitty.entities.BusinessEntityImpl
implements Thesaurus

See Also:
Serialized Form

Field Summary
static List<org.nuiton.wikitty.entities.WikittyExtension> extensions
           
static org.nuiton.wikitty.entities.WikittyExtension extensionThesaurus
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
propertyChangeSupport, wikitty
 
Fields inherited from interface org.chorem.vradi.entities.Thesaurus
EXT_THESAURUS, FIELD_THESAURUS_COMMENT, FIELD_THESAURUS_ORDER, FIELD_THESAURUS_ROOTTHESAURUS, FIELD_THESAURUS_TAGS, FQ_FIELD_THESAURUS_COMMENT, FQ_FIELD_THESAURUS_ORDER, FQ_FIELD_THESAURUS_ROOTTHESAURUS, FQ_FIELD_THESAURUS_TAGS
 
Fields inherited from interface org.nuiton.wikitty.entities.WikittyTreeNode
EXT_WIKITTYTREENODE, FIELD_WIKITTYTREENODE_ATTACHMENT, FIELD_WIKITTYTREENODE_NAME, FIELD_WIKITTYTREENODE_PARENT, FQ_FIELD_WIKITTYTREENODE_ATTACHMENT, FQ_FIELD_WIKITTYTREENODE_NAME, FQ_FIELD_WIKITTYTREENODE_PARENT
 
Constructor Summary
ThesaurusAbstract()
          ThesaurusAbstract :
ThesaurusAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
          ThesaurusAbstract :
ThesaurusAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
          ThesaurusAbstract :
 
Method Summary
 void addAllAttachment(Set<String> attachment)
          addAllAttachment :
 void addAllTags(Set<String> tags)
          addAllTags :
 void addAttachment(String element)
          addAttachment :
 void addTags(String element)
          addTags :
 void clearAttachment()
          clearAttachment :
 void clearTags()
          clearTags :
 Set<String> getAttachment()
          getAttachment :
 String getComment()
          getComment :
 String getName()
          getName :
 int getOrder()
          getOrder :
 String getParent()
          getParent :
 String getRootThesaurus()
          getRootThesaurus :
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
          getStaticExtensions :
 Set<String> getTags()
          getTags :
 void removeAttachment(String element)
          removeAttachment :
 void removeTags(String element)
          removeTags :
 void setAttachment(Set<String> attachment)
          setAttachment :
 void setComment(String comment)
          setComment :
 void setName(String name)
          setName :
 void setOrder(int order)
          setOrder :
 void setParent(String parent)
          setParent :
 void setRootThesaurus(String rootThesaurus)
          setRootThesaurus :
 void setTags(Set<String> tags)
          setTags :
 String toString()
          toString :
 
Methods inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
addPropertyChangeListener, addPropertyChangeListener, copyFrom, equals, getExtensionFields, getExtensionNames, getField, getFieldType, getPropertyChangeSupport, getWikitty, getWikittyId, getWikittyVersion, hashCode, removePropertyChangeListener, removePropertyChangeListener, setField, setWikitty, setWikittyVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

extensions

public static final List<org.nuiton.wikitty.entities.WikittyExtension> extensions

extensionThesaurus

public static final org.nuiton.wikitty.entities.WikittyExtension extensionThesaurus
Constructor Detail

ThesaurusAbstract

public ThesaurusAbstract()
ThesaurusAbstract :


ThesaurusAbstract

public ThesaurusAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
ThesaurusAbstract :

Parameters:
wikitty -

ThesaurusAbstract

public ThesaurusAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
ThesaurusAbstract :

Parameters:
businessEntityImpl -
Method Detail

getTags

public Set<String> getTags()
getTags :

Specified by:
getTags in interface Thesaurus
Returns:
Set

setTags

public void setTags(Set<String> tags)
setTags :

Specified by:
setTags in interface Thesaurus
Parameters:
tags -

addAllTags

public void addAllTags(Set<String> tags)
addAllTags :

Specified by:
addAllTags in interface Thesaurus
Parameters:
tags -

addTags

public void addTags(String element)
addTags :

Specified by:
addTags in interface Thesaurus
Parameters:
element -

removeTags

public void removeTags(String element)
removeTags :

Specified by:
removeTags in interface Thesaurus
Parameters:
element -

clearTags

public void clearTags()
clearTags :

Specified by:
clearTags in interface Thesaurus

getOrder

public int getOrder()
getOrder :

Specified by:
getOrder in interface Thesaurus
Returns:
int

setOrder

public void setOrder(int order)
setOrder :

Specified by:
setOrder in interface Thesaurus
Parameters:
order -

getComment

public String getComment()
getComment :

Specified by:
getComment in interface Thesaurus
Returns:
String

setComment

public void setComment(String comment)
setComment :

Specified by:
setComment in interface Thesaurus
Parameters:
comment -

getRootThesaurus

public String getRootThesaurus()
getRootThesaurus :

Specified by:
getRootThesaurus in interface Thesaurus
Returns:
String

setRootThesaurus

public void setRootThesaurus(String rootThesaurus)
setRootThesaurus :

Specified by:
setRootThesaurus in interface Thesaurus
Parameters:
rootThesaurus -

getName

public String getName()
getName :

Specified by:
getName in interface Thesaurus
Specified by:
getName in interface org.nuiton.wikitty.entities.WikittyTreeNode
Returns:
String

setName

public void setName(String name)
setName :

Specified by:
setName in interface Thesaurus
Specified by:
setName in interface org.nuiton.wikitty.entities.WikittyTreeNode
Parameters:
name -

getAttachment

public Set<String> getAttachment()
getAttachment :

Specified by:
getAttachment in interface Thesaurus
Specified by:
getAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode
Returns:
Set

setAttachment

public void setAttachment(Set<String> attachment)
setAttachment :

Specified by:
setAttachment in interface Thesaurus
Specified by:
setAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode
Parameters:
attachment -

addAllAttachment

public void addAllAttachment(Set<String> attachment)
addAllAttachment :

Specified by:
addAllAttachment in interface Thesaurus
Specified by:
addAllAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode
Parameters:
attachment -

addAttachment

public void addAttachment(String element)
addAttachment :

Specified by:
addAttachment in interface Thesaurus
Specified by:
addAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode
Parameters:
element -

removeAttachment

public void removeAttachment(String element)
removeAttachment :

Specified by:
removeAttachment in interface Thesaurus
Specified by:
removeAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode
Parameters:
element -

clearAttachment

public void clearAttachment()
clearAttachment :

Specified by:
clearAttachment in interface Thesaurus
Specified by:
clearAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode

getParent

public String getParent()
getParent :

Specified by:
getParent in interface Thesaurus
Specified by:
getParent in interface org.nuiton.wikitty.entities.WikittyTreeNode
Returns:
String

setParent

public void setParent(String parent)
setParent :

Specified by:
setParent in interface Thesaurus
Specified by:
setParent in interface org.nuiton.wikitty.entities.WikittyTreeNode
Parameters:
parent -

getStaticExtensions

public Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
getStaticExtensions :

Overrides:
getStaticExtensions in class org.nuiton.wikitty.entities.BusinessEntityImpl
Returns:
Collection

toString

public String toString()
toString :

Overrides:
toString in class Object
Returns:
String


Copyright © 2009-2011 CodeLutin. All Rights Reserved.