fr.inra.refcomp.entities
Class DepartmentAbstract

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by 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

Field Summary
static org.nuiton.wikitty.entities.WikittyExtension extensionDepartment
           
static List<org.nuiton.wikitty.entities.WikittyExtension> extensions
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
extensionForMetaExtension, propertyChangeSupport, wikitty
 
Fields inherited from interface fr.inra.refcomp.entities.Department
ELEMENT_FIELD_DEPARTMENT_FULLNAME, ELEMENT_FIELD_DEPARTMENT_NAME, ELEMENT_FIELD_DEPARTMENT_UNITDEPTLINK, EXT_DEPARTMENT, FIELD_DEPARTMENT_FULLNAME, FIELD_DEPARTMENT_NAME, FIELD_DEPARTMENT_UNITDEPTLINK, FQ_FIELD_DEPARTMENT_FULLNAME, FQ_FIELD_DEPARTMENT_NAME, FQ_FIELD_DEPARTMENT_UNITDEPTLINK
 
Constructor Summary
DepartmentAbstract()
           
DepartmentAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
           
DepartmentAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
           
 
Method Summary
 void addAllUnitDeptLink(Collection<String> unitDeptLink)
           
 void addUnitDeptLink(String... element)
           
 void clearUnitDeptLink()
           
 String getFullName()
           
 String getName()
           
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
           
 Set<String> getUnitDeptLink()
           
 void removeUnitDeptLink(String... element)
           
 void setFullName(String fullName)
           
 void setName(String name)
           
 void setUnitDeptLink(Set<String> unitDeptLink)
           
 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

extensionDepartment

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

DepartmentAbstract

public DepartmentAbstract()

DepartmentAbstract

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

DepartmentAbstract

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

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.