org.nuiton.wikitty.entities
Class WikittyTreeNodeDTO
java.lang.Object
org.nuiton.wikitty.entities.WikittyTreeNodeDTO
- All Implemented Interfaces:
- Serializable, Cloneable, BusinessEntity, WikittyTreeNode
public class WikittyTreeNodeDTO
- extends Object
- implements WikittyTreeNode
- See Also:
- Serialized Form
name
protected String name
attachment
protected Set<String> attachment
parent
protected String parent
wikittyId
protected String wikittyId
modificationCount
protected int modificationCount
wikittyVersion
protected String wikittyVersion
WikittyTreeNodeDTO
public WikittyTreeNodeDTO()
WikittyTreeNodeDTO
public WikittyTreeNodeDTO(String wikittyId)
getName
public String getName()
- Specified by:
getName in interface WikittyTreeNode
setName
public void setName(String name)
- Specified by:
setName in interface WikittyTreeNode
getAttachment
public Set<String> getAttachment()
- Specified by:
getAttachment in interface WikittyTreeNode
setAttachment
public void setAttachment(Set<String> attachment)
- Specified by:
setAttachment in interface WikittyTreeNode
addAllAttachment
public void addAllAttachment(Collection<String> attachment)
- Specified by:
addAllAttachment in interface WikittyTreeNode
addAttachment
public void addAttachment(String... element)
- Specified by:
addAttachment in interface WikittyTreeNode
removeAttachment
public void removeAttachment(String... element)
- Specified by:
removeAttachment in interface WikittyTreeNode
clearAttachment
public void clearAttachment()
- Specified by:
clearAttachment in interface WikittyTreeNode
getParent
public String getParent()
- Specified by:
getParent in interface WikittyTreeNode
setParent
public void setParent(String parent)
- Specified by:
setParent in interface WikittyTreeNode
getParent
public WikittyTreeNode getParent(boolean exceptionIfNotLoaded)
- Specified by:
getParent in interface WikittyTreeNode
setParent
public void setParent(WikittyTreeNode parent)
- Specified by:
setParent in interface WikittyTreeNode
toString
public String toString()
- Overrides:
toString in class Object
getWikittyId
public String getWikittyId()
- Specified by:
getWikittyId in interface BusinessEntity
setWikittyId
public void setWikittyId(String wikittyId)
getWikittyVersion
public String getWikittyVersion()
- Specified by:
getWikittyVersion in interface BusinessEntity
setWikittyVersion
public void setWikittyVersion(String wikittyVersion)
- Specified by:
setWikittyVersion in interface BusinessEntity
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener in interface BusinessEntity
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener in interface BusinessEntity
addPropertyChangeListener
public void addPropertyChangeListener(String property,
PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener in interface BusinessEntity
removePropertyChangeListener
public void removePropertyChangeListener(String property,
PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener in interface BusinessEntity
getExtensionFields
public Collection<String> getExtensionFields(String ext)
- Specified by:
getExtensionFields in interface BusinessEntity
getExtensionNames
public Collection<String> getExtensionNames()
- Specified by:
getExtensionNames in interface BusinessEntity
getField
public Object getField(String ext,
String fieldName)
- Specified by:
getField in interface BusinessEntity
setField
public void setField(String ext,
String fieldName,
Object value)
- Specified by:
setField in interface BusinessEntity
copyFrom
public void copyFrom(BusinessEntity source)
- Specified by:
copyFrom in interface BusinessEntity
Copyright © 2010-2012 CodeLutin. All Rights Reserved.