fr.inra.refcomp.entities
Class DepartmentDTO
java.lang.Object
fr.inra.refcomp.entities.DepartmentDTO
- All Implemented Interfaces:
- Department, Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity
public class DepartmentDTO
- extends Object
- implements Department
- See Also:
- Serialized Form
name
protected String name
fullName
protected String fullName
unitDeptLink
protected Set<String> unitDeptLink
wikittyId
protected String wikittyId
modificationCount
protected int modificationCount
wikittyVersion
protected String wikittyVersion
DepartmentDTO
public DepartmentDTO()
DepartmentDTO
public DepartmentDTO(String wikittyId)
getName
public String getName()
- Specified by:
getName in interface Department
setName
public void setName(String name)
- Specified by:
setName in interface Department
getFullName
public String getFullName()
- Specified by:
getFullName in interface Department
setFullName
public void setFullName(String fullName)
- Specified by:
setFullName in interface Department
getUnitDeptLink
public Set<String> getUnitDeptLink()
- Specified by:
getUnitDeptLink in interface Department
setUnitDeptLink
public void setUnitDeptLink(Set<String> unitDeptLink)
- Specified by:
setUnitDeptLink in interface Department
addAllUnitDeptLink
public void addAllUnitDeptLink(Collection<String> unitDeptLink)
- Specified by:
addAllUnitDeptLink in interface Department
addUnitDeptLink
public void addUnitDeptLink(String... element)
- Specified by:
addUnitDeptLink in interface Department
removeUnitDeptLink
public void removeUnitDeptLink(String... element)
- Specified by:
removeUnitDeptLink in interface Department
clearUnitDeptLink
public void clearUnitDeptLink()
- Specified by:
clearUnitDeptLink in interface Department
getUnitDeptLink
public Set<UnitDeptLink> getUnitDeptLink(boolean exceptionIfNotLoaded)
- Specified by:
getUnitDeptLink in interface Department
setUnitDeptLinkEntity
public void setUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
- Specified by:
setUnitDeptLinkEntity in interface Department
addAllUnitDeptLinkEntity
public void addAllUnitDeptLinkEntity(Collection<UnitDeptLink> unitDeptLink)
- Specified by:
addAllUnitDeptLinkEntity in interface Department
addUnitDeptLink
public void addUnitDeptLink(UnitDeptLink... element)
- Specified by:
addUnitDeptLink in interface Department
removeUnitDeptLink
public void removeUnitDeptLink(UnitDeptLink... element)
- Specified by:
removeUnitDeptLink in interface Department
toString
public String toString()
- Overrides:
toString in class Object
getWikittyId
public String getWikittyId()
- Specified by:
getWikittyId in interface org.nuiton.wikitty.entities.BusinessEntity
setWikittyId
public void setWikittyId(String wikittyId)
getWikittyVersion
public String getWikittyVersion()
- Specified by:
getWikittyVersion in interface org.nuiton.wikitty.entities.BusinessEntity
setWikittyVersion
public void setWikittyVersion(String wikittyVersion)
- Specified by:
setWikittyVersion in interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntity
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener
public void addPropertyChangeListener(String property,
PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntity
removePropertyChangeListener
public void removePropertyChangeListener(String property,
PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntity
getExtensionFields
public Collection<String> getExtensionFields(String ext)
- Specified by:
getExtensionFields in interface org.nuiton.wikitty.entities.BusinessEntity
getExtensionNames
public Collection<String> getExtensionNames()
- Specified by:
getExtensionNames in interface org.nuiton.wikitty.entities.BusinessEntity
getField
public Object getField(String ext,
String fieldName)
- Specified by:
getField in interface org.nuiton.wikitty.entities.BusinessEntity
setField
public void setField(String ext,
String fieldName,
Object value)
- Specified by:
setField in interface org.nuiton.wikitty.entities.BusinessEntity
copyFrom
public void copyFrom(org.nuiton.wikitty.entities.BusinessEntity source)
- Specified by:
copyFrom in interface org.nuiton.wikitty.entities.BusinessEntity
Copyright © 2010-2012 Code Lutin. All Rights Reserved.