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

extensionUnitDeptLink

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

UnitDeptLinkAbstract

public UnitDeptLinkAbstract()

UnitDeptLinkAbstract

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

UnitDeptLinkAbstract

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

getUnit

public String getUnit()
Specified by:
getUnit in interface UnitDeptLink

setUnit

public void setUnit(String unit)
Specified by:
setUnit in interface UnitDeptLink

getDepartment

public String getDepartment()
Specified by:
getDepartment in interface UnitDeptLink

setDepartment

public void setDepartment(String department)
Specified by:
setDepartment in interface UnitDeptLink

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.