fr.inra.refcomp.entities
Interface UnitDeptLink
- All Superinterfaces:
- org.nuiton.wikitty.entities.BusinessEntity, Cloneable, Serializable
- All Known Implementing Classes:
- UnitDeptLinkAbstract, UnitDeptLinkDTO, UnitDeptLinkImpl
public interface UnitDeptLink
- extends org.nuiton.wikitty.entities.BusinessEntity
| Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity |
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion |
EXT_UNITDEPTLINK
static final String EXT_UNITDEPTLINK
- See Also:
- Constant Field Values
FIELD_UNITDEPTLINK_UNIT
static final String FIELD_UNITDEPTLINK_UNIT
- See Also:
- Constant Field Values
FQ_FIELD_UNITDEPTLINK_UNIT
static final String FQ_FIELD_UNITDEPTLINK_UNIT
- See Also:
- Constant Field Values
ELEMENT_FIELD_UNITDEPTLINK_UNIT
static final org.nuiton.wikitty.entities.ElementField ELEMENT_FIELD_UNITDEPTLINK_UNIT
FIELD_UNITDEPTLINK_DEPARTMENT
static final String FIELD_UNITDEPTLINK_DEPARTMENT
- See Also:
- Constant Field Values
FQ_FIELD_UNITDEPTLINK_DEPARTMENT
static final String FQ_FIELD_UNITDEPTLINK_DEPARTMENT
- See Also:
- Constant Field Values
ELEMENT_FIELD_UNITDEPTLINK_DEPARTMENT
static final org.nuiton.wikitty.entities.ElementField ELEMENT_FIELD_UNITDEPTLINK_DEPARTMENT
getUnit
String getUnit()
setUnit
void setUnit(String unit)
getUnit
Unit getUnit(boolean exceptionIfNotLoaded)
setUnit
void setUnit(Unit unit)
getDepartment
String getDepartment()
setDepartment
void setDepartment(String department)
getDepartment
Department getDepartment(boolean exceptionIfNotLoaded)
setDepartment
void setDepartment(Department department)
Copyright © 2010-2012 Code Lutin. All Rights Reserved.