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


Field Summary
static String EXT_UNITDEPTLINK
           
static String FIELD_UNITDEPTLINK_DEPARTMENT
           
static String FIELD_UNITDEPTLINK_UNIT
           
static String FQ_FIELD_UNITDEPTLINK_DEPARTMENT
           
static String FQ_FIELD_UNITDEPTLINK_UNIT
           
 
Method Summary
 String getDepartment()
          getDepartment :
 String getUnit()
          getUnit :
 void setDepartment(String department)
          setDepartment :
 void setUnit(String unit)
          setUnit :
 
Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

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

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
Method Detail

getUnit

String getUnit()
getUnit :

Returns:
String

setUnit

void setUnit(String unit)
setUnit :

Parameters:
unit -

getDepartment

String getDepartment()
getDepartment :

Returns:
String

setDepartment

void setDepartment(String department)
setDepartment :

Parameters:
department -


Copyright © 2010-2011 Code Lutin. All Rights Reserved.