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
propertyChangeSupport, wikitty
 
Fields inherited from interface fr.inra.refcomp.entities.Department
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 :
DepartmentAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
          DepartmentAbstract :
DepartmentAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
          DepartmentAbstract :
 
Method Summary
 void addAllUnitDeptLink(Set<String> unitDeptLink)
          addAllUnitDeptLink :
 void addUnitDeptLink(String element)
          addUnitDeptLink :
 void clearUnitDeptLink()
          clearUnitDeptLink :
 String getFullName()
          getFullName :
 String getName()
          getName :
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
          getStaticExtensions :
 Set<String> getUnitDeptLink()
          getUnitDeptLink :
 void removeUnitDeptLink(String element)
          removeUnitDeptLink :
 void setFullName(String fullName)
          setFullName :
 void setName(String name)
          setName :
 void setUnitDeptLink(Set<String> unitDeptLink)
          setUnitDeptLink :
 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

extensionDepartment

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

DepartmentAbstract

public DepartmentAbstract()
DepartmentAbstract :


DepartmentAbstract

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

Parameters:
wikitty -

DepartmentAbstract

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

Parameters:
businessEntityImpl -
Method Detail

getName

public String getName()
getName :

Specified by:
getName in interface Department
Returns:
String

setName

public void setName(String name)
setName :

Specified by:
setName in interface Department
Parameters:
name -

getFullName

public String getFullName()
getFullName :

Specified by:
getFullName in interface Department
Returns:
String

setFullName

public void setFullName(String fullName)
setFullName :

Specified by:
setFullName in interface Department
Parameters:
fullName -

getUnitDeptLink

public Set<String> getUnitDeptLink()
getUnitDeptLink :

Specified by:
getUnitDeptLink in interface Department
Returns:
Set

setUnitDeptLink

public void setUnitDeptLink(Set<String> unitDeptLink)
setUnitDeptLink :

Specified by:
setUnitDeptLink in interface Department
Parameters:
unitDeptLink -

addAllUnitDeptLink

public void addAllUnitDeptLink(Set<String> unitDeptLink)
addAllUnitDeptLink :

Specified by:
addAllUnitDeptLink in interface Department
Parameters:
unitDeptLink -

addUnitDeptLink

public void addUnitDeptLink(String element)
addUnitDeptLink :

Specified by:
addUnitDeptLink in interface Department
Parameters:
element -

removeUnitDeptLink

public void removeUnitDeptLink(String element)
removeUnitDeptLink :

Specified by:
removeUnitDeptLink in interface Department
Parameters:
element -

clearUnitDeptLink

public void clearUnitDeptLink()
clearUnitDeptLink :

Specified by:
clearUnitDeptLink in interface Department

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 © 2010-2011 Code Lutin. All Rights Reserved.