|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.inra.refcomp.entities.UnitDTO
public class UnitDTO
| Field Summary | |
|---|---|
protected String |
address
|
protected String |
fullName
|
protected int |
modificationCount
|
protected String |
name
|
protected Set<String> |
unitDeptLink
|
protected String |
wikittyId
|
protected String |
wikittyVersion
|
| 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 | |
|---|---|
UnitDTO()
UnitDTO : |
|
UnitDTO(String wikittyId)
UnitDTO : |
|
| Method Summary | |
|---|---|
void |
addAllUnitDeptLink(Set<String> unitDeptLink)
addAllUnitDeptLink : |
void |
addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener : |
void |
addPropertyChangeListener(String property,
PropertyChangeListener listener)
addPropertyChangeListener : |
void |
addUnitDeptLink(String element)
addUnitDeptLink : |
void |
clearUnitDeptLink()
clearUnitDeptLink : |
void |
copyFrom(org.nuiton.wikitty.entities.BusinessEntity source)
copyFrom : |
String |
getAddress()
getAddress : |
Collection<String> |
getExtensionFields(String ext)
getExtensionFields : |
Collection<String> |
getExtensionNames()
getExtensionNames : |
Object |
getField(String ext,
String fieldName)
getField : |
String |
getFullName()
getFullName : |
String |
getName()
getName : |
Set<String> |
getUnitDeptLink()
getUnitDeptLink : |
String |
getWikittyId()
getWikittyId : |
String |
getWikittyVersion()
getWikittyVersion : |
void |
removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener : |
void |
removePropertyChangeListener(String property,
PropertyChangeListener listener)
removePropertyChangeListener : |
void |
removeUnitDeptLink(String element)
removeUnitDeptLink : |
void |
setAddress(String address)
setAddress : |
void |
setField(String ext,
String fieldName,
Object value)
setField : |
void |
setFullName(String fullName)
setFullName : |
void |
setName(String name)
setName : |
void |
setUnitDeptLink(Set<String> unitDeptLink)
setUnitDeptLink : |
void |
setWikittyId(String wikittyId)
setWikittyId : |
void |
setWikittyVersion(String wikittyVersion)
setWikittyVersion : |
String |
toString()
toString : |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String address
protected String fullName
protected Set<String> unitDeptLink
protected String wikittyId
protected int modificationCount
protected String wikittyVersion
| Constructor Detail |
|---|
public UnitDTO()
public UnitDTO(String wikittyId)
wikittyId - | Method Detail |
|---|
public String getName()
getName in interface Unitpublic void setName(String name)
setName in interface Unitname - public String getAddress()
getAddress in interface Unitpublic void setAddress(String address)
setAddress in interface Unitaddress - public String getFullName()
getFullName in interface Unitpublic void setFullName(String fullName)
setFullName in interface UnitfullName - public Set<String> getUnitDeptLink()
getUnitDeptLink in interface Unitpublic void setUnitDeptLink(Set<String> unitDeptLink)
setUnitDeptLink in interface UnitunitDeptLink - public void addAllUnitDeptLink(Set<String> unitDeptLink)
addAllUnitDeptLink in interface UnitunitDeptLink - public void addUnitDeptLink(String element)
addUnitDeptLink in interface Unitelement - public void removeUnitDeptLink(String element)
removeUnitDeptLink in interface Unitelement - public void clearUnitDeptLink()
clearUnitDeptLink in interface Unitpublic String toString()
toString in class Objectpublic String getWikittyId()
getWikittyId in interface org.nuiton.wikitty.entities.BusinessEntitypublic void setWikittyId(String wikittyId)
wikittyId - public String getWikittyVersion()
getWikittyVersion in interface org.nuiton.wikitty.entities.BusinessEntitypublic void setWikittyVersion(String wikittyVersion)
setWikittyVersion in interface org.nuiton.wikitty.entities.BusinessEntitywikittyVersion - public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntitylistener - public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntitylistener -
public void addPropertyChangeListener(String property,
PropertyChangeListener listener)
addPropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntityproperty - listener -
public void removePropertyChangeListener(String property,
PropertyChangeListener listener)
removePropertyChangeListener in interface org.nuiton.wikitty.entities.BusinessEntityproperty - listener - public Collection<String> getExtensionFields(String ext)
getExtensionFields in interface org.nuiton.wikitty.entities.BusinessEntityext -
public Collection<String> getExtensionNames()
getExtensionNames in interface org.nuiton.wikitty.entities.BusinessEntity
public Object getField(String ext,
String fieldName)
getField in interface org.nuiton.wikitty.entities.BusinessEntityext - fieldName -
public void setField(String ext,
String fieldName,
Object value)
setField in interface org.nuiton.wikitty.entities.BusinessEntityext - fieldName - value - public void copyFrom(org.nuiton.wikitty.entities.BusinessEntity source)
copyFrom in interface org.nuiton.wikitty.entities.BusinessEntitysource -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||