fr.inra.refcomp.entities
Class SkillAbstract

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by fr.inra.refcomp.entities.SkillAbstract
All Implemented Interfaces:
Skill, Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity, org.nuiton.wikitty.entities.WikittyTreeNode
Direct Known Subclasses:
SkillImpl

public abstract class SkillAbstract
extends org.nuiton.wikitty.entities.BusinessEntityImpl
implements Skill

See Also:
Serialized Form

Field Summary
static List<org.nuiton.wikitty.entities.WikittyExtension> extensions
           
static org.nuiton.wikitty.entities.WikittyExtension extensionSkill
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
extensionForMetaExtension, propertyChangeSupport, wikitty
 
Fields inherited from interface fr.inra.refcomp.entities.Skill
EXT_SKILL
 
Fields inherited from interface org.nuiton.wikitty.entities.WikittyTreeNode
ELEMENT_FIELD_WIKITTYTREENODE_ATTACHMENT, ELEMENT_FIELD_WIKITTYTREENODE_NAME, ELEMENT_FIELD_WIKITTYTREENODE_PARENT, 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
SkillAbstract()
           
SkillAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
           
SkillAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
           
 
Method Summary
 void addAllAttachment(Collection<String> attachment)
           
 void addAttachment(String... element)
           
 void clearAttachment()
           
 Set<String> getAttachment()
           
 String getName()
           
 String getParent()
           
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
           
 void removeAttachment(String... element)
           
 void setAttachment(Set<String> attachment)
           
 void setName(String name)
           
 void setParent(String parent)
           
 String toString()
          Return toString representation.
 
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

extensionSkill

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

SkillAbstract

public SkillAbstract()

SkillAbstract

public SkillAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)

SkillAbstract

public SkillAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.nuiton.wikitty.entities.WikittyTreeNode

setName

public void setName(String name)
Specified by:
setName in interface org.nuiton.wikitty.entities.WikittyTreeNode

getAttachment

public Set<String> getAttachment()
Specified by:
getAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode

setAttachment

public void setAttachment(Set<String> attachment)
Specified by:
setAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode

addAllAttachment

public void addAllAttachment(Collection<String> attachment)
Specified by:
addAllAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode

addAttachment

public void addAttachment(String... element)
Specified by:
addAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode

removeAttachment

public void removeAttachment(String... element)
Specified by:
removeAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode

clearAttachment

public void clearAttachment()
Specified by:
clearAttachment in interface org.nuiton.wikitty.entities.WikittyTreeNode

getParent

public String getParent()
Specified by:
getParent in interface org.nuiton.wikitty.entities.WikittyTreeNode

setParent

public void setParent(String parent)
Specified by:
setParent in interface org.nuiton.wikitty.entities.WikittyTreeNode

getStaticExtensions

public Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
Overrides:
getStaticExtensions in class org.nuiton.wikitty.entities.BusinessEntityImpl

toString

public String toString()
Return toString representation. Use tagValue 'toString' format, if exist, else standard toString is call

Overrides:
toString in class Object
Returns:


Copyright © 2010-2012 Code Lutin. All Rights Reserved.