fr.inra.refcomp.entities
Class UnitDeptLinkAbstract

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by fr.inra.refcomp.entities.UnitDeptLinkAbstract
All Implemented Interfaces:
UnitDeptLink, Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity
Direct Known Subclasses:
UnitDeptLinkImpl

public abstract class UnitDeptLinkAbstract
extends org.nuiton.wikitty.entities.BusinessEntityImpl
implements UnitDeptLink

See Also:
Serialized Form

Field Summary
static List<org.nuiton.wikitty.entities.WikittyExtension> extensions
           
static org.nuiton.wikitty.entities.WikittyExtension extensionUnitDeptLink
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
propertyChangeSupport, wikitty
 
Fields inherited from interface fr.inra.refcomp.entities.UnitDeptLink
EXT_UNITDEPTLINK, FIELD_UNITDEPTLINK_DEPARTMENT, FIELD_UNITDEPTLINK_UNIT, FQ_FIELD_UNITDEPTLINK_DEPARTMENT, FQ_FIELD_UNITDEPTLINK_UNIT
 
Constructor Summary
UnitDeptLinkAbstract()
          UnitDeptLinkAbstract :
UnitDeptLinkAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
          UnitDeptLinkAbstract :
UnitDeptLinkAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
          UnitDeptLinkAbstract :
 
Method Summary
 String getDepartment()
          getDepartment :
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
          getStaticExtensions :
 String getUnit()
          getUnit :
 void setDepartment(String department)
          setDepartment :
 void setUnit(String unit)
          setUnit :
 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

extensionUnitDeptLink

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

UnitDeptLinkAbstract

public UnitDeptLinkAbstract()
UnitDeptLinkAbstract :


UnitDeptLinkAbstract

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

Parameters:
wikitty -

UnitDeptLinkAbstract

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

Parameters:
businessEntityImpl -
Method Detail

getUnit

public String getUnit()
getUnit :

Specified by:
getUnit in interface UnitDeptLink
Returns:
String

setUnit

public void setUnit(String unit)
setUnit :

Specified by:
setUnit in interface UnitDeptLink
Parameters:
unit -

getDepartment

public String getDepartment()
getDepartment :

Specified by:
getDepartment in interface UnitDeptLink
Returns:
String

setDepartment

public void setDepartment(String department)
setDepartment :

Specified by:
setDepartment in interface UnitDeptLink
Parameters:
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.