fr.inra.refcomp.entities
Class UnitAbstract

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

public abstract class UnitAbstract
extends org.nuiton.wikitty.entities.BusinessEntityImpl
implements Unit

See Also:
Serialized Form

Field Summary
static List<org.nuiton.wikitty.entities.WikittyExtension> extensions
           
static org.nuiton.wikitty.entities.WikittyExtension extensionUnit
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
propertyChangeSupport, wikitty
 
Fields inherited from interface fr.inra.refcomp.entities.Unit
EXT_UNIT, FIELD_UNIT_ADDRESS, FIELD_UNIT_FULLNAME, FIELD_UNIT_NAME, FIELD_UNIT_UNITDEPTLINK, FQ_FIELD_UNIT_ADDRESS, FQ_FIELD_UNIT_FULLNAME, FQ_FIELD_UNIT_NAME, FQ_FIELD_UNIT_UNITDEPTLINK
 
Constructor Summary
UnitAbstract()
          UnitAbstract :
UnitAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
          UnitAbstract :
UnitAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
          UnitAbstract :
 
Method Summary
 void addAllUnitDeptLink(Set<String> unitDeptLink)
          addAllUnitDeptLink :
 void addUnitDeptLink(String element)
          addUnitDeptLink :
 void clearUnitDeptLink()
          clearUnitDeptLink :
 String getAddress()
          getAddress :
 String getFullName()
          getFullName :
 String getName()
          getName :
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
          getStaticExtensions :
 Set<String> getUnitDeptLink()
          getUnitDeptLink :
 void removeUnitDeptLink(String element)
          removeUnitDeptLink :
 void setAddress(String address)
          setAddress :
 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

extensionUnit

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

UnitAbstract

public UnitAbstract()
UnitAbstract :


UnitAbstract

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

Parameters:
wikitty -

UnitAbstract

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

Parameters:
businessEntityImpl -
Method Detail

getName

public String getName()
getName :

Specified by:
getName in interface Unit
Returns:
String

setName

public void setName(String name)
setName :

Specified by:
setName in interface Unit
Parameters:
name -

getAddress

public String getAddress()
getAddress :

Specified by:
getAddress in interface Unit
Returns:
String

setAddress

public void setAddress(String address)
setAddress :

Specified by:
setAddress in interface Unit
Parameters:
address -

getFullName

public String getFullName()
getFullName :

Specified by:
getFullName in interface Unit
Returns:
String

setFullName

public void setFullName(String fullName)
setFullName :

Specified by:
setFullName in interface Unit
Parameters:
fullName -

getUnitDeptLink

public Set<String> getUnitDeptLink()
getUnitDeptLink :

Specified by:
getUnitDeptLink in interface Unit
Returns:
Set

setUnitDeptLink

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

Specified by:
setUnitDeptLink in interface Unit
Parameters:
unitDeptLink -

addAllUnitDeptLink

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

Specified by:
addAllUnitDeptLink in interface Unit
Parameters:
unitDeptLink -

addUnitDeptLink

public void addUnitDeptLink(String element)
addUnitDeptLink :

Specified by:
addUnitDeptLink in interface Unit
Parameters:
element -

removeUnitDeptLink

public void removeUnitDeptLink(String element)
removeUnitDeptLink :

Specified by:
removeUnitDeptLink in interface Unit
Parameters:
element -

clearUnitDeptLink

public void clearUnitDeptLink()
clearUnitDeptLink :

Specified by:
clearUnitDeptLink in interface Unit

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.