fr.inra.refcomp.entities
Class DepartmentAbstract
java.lang.Object
org.nuiton.wikitty.entities.BusinessEntityImpl
fr.inra.refcomp.entities.DepartmentAbstract
- All Implemented Interfaces:
- Department, Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity
- Direct Known Subclasses:
- DepartmentImpl
public abstract class DepartmentAbstract
- extends org.nuiton.wikitty.entities.BusinessEntityImpl
- implements Department
- See Also:
- Serialized Form
| Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl |
extensionForMetaExtension, propertyChangeSupport, wikitty |
| 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 interface org.nuiton.wikitty.entities.BusinessEntity |
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion |
extensions
public static final List<org.nuiton.wikitty.entities.WikittyExtension> extensions
extensionDepartment
public static final org.nuiton.wikitty.entities.WikittyExtension extensionDepartment
DepartmentAbstract
public DepartmentAbstract()
DepartmentAbstract
public DepartmentAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
DepartmentAbstract
public DepartmentAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
getName
public String getName()
- Specified by:
getName in interface Department
setName
public void setName(String name)
- Specified by:
setName in interface Department
getFullName
public String getFullName()
- Specified by:
getFullName in interface Department
setFullName
public void setFullName(String fullName)
- Specified by:
setFullName in interface Department
getUnitDeptLink
public Set<String> getUnitDeptLink()
- Specified by:
getUnitDeptLink in interface Department
setUnitDeptLink
public void setUnitDeptLink(Set<String> unitDeptLink)
- Specified by:
setUnitDeptLink in interface Department
addAllUnitDeptLink
public void addAllUnitDeptLink(Collection<String> unitDeptLink)
- Specified by:
addAllUnitDeptLink in interface Department
addUnitDeptLink
public void addUnitDeptLink(String... element)
- Specified by:
addUnitDeptLink in interface Department
removeUnitDeptLink
public void removeUnitDeptLink(String... element)
- Specified by:
removeUnitDeptLink in interface Department
clearUnitDeptLink
public void clearUnitDeptLink()
- Specified by:
clearUnitDeptLink in interface Department
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.