fr.inra.refcomp.entities
Class UnitDeptLinkAbstract
java.lang.Object
org.nuiton.wikitty.entities.BusinessEntityImpl
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
| Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl |
extensionForMetaExtension, propertyChangeSupport, wikitty |
| 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 interface org.nuiton.wikitty.entities.BusinessEntity |
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion |
extensions
public static final List<org.nuiton.wikitty.entities.WikittyExtension> extensions
extensionUnitDeptLink
public static final org.nuiton.wikitty.entities.WikittyExtension extensionUnitDeptLink
UnitDeptLinkAbstract
public UnitDeptLinkAbstract()
UnitDeptLinkAbstract
public UnitDeptLinkAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
UnitDeptLinkAbstract
public UnitDeptLinkAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
getUnit
public String getUnit()
- Specified by:
getUnit in interface UnitDeptLink
setUnit
public void setUnit(String unit)
- Specified by:
setUnit in interface UnitDeptLink
getUnit
public Unit getUnit(boolean exceptionIfNotLoaded)
- Specified by:
getUnit in interface UnitDeptLink
setUnit
public void setUnit(Unit 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
getDepartment
public Department getDepartment(boolean exceptionIfNotLoaded)
- Specified by:
getDepartment in interface UnitDeptLink
setDepartment
public void setDepartment(Department 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.