|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topiatest.beangen.PersonneDTO
public class PersonneDTO
| Field Summary | |
|---|---|
String |
name
|
Collection<String> |
otherNames
|
protected PropertyChangeSupport |
pcs
|
| Constructor Summary | |
|---|---|
PersonneDTO()
PersonneDTO : |
|
| Method Summary | ||
|---|---|---|
String |
addOtherNames(String otherNames)
addOtherNames : |
|
void |
addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener : |
|
void |
addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
addPropertyChangeListener : |
|
protected void |
firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
firePropertyChange : |
|
protected
|
getChild(Collection<T> childs,
int index)
getChild : |
|
String |
getName()
getName : |
|
Collection<String> |
getOtherNames()
getOtherNames : |
|
String |
getOtherNames(int index)
getOtherNames : |
|
boolean |
removeOtherNames(String otherNames)
removeOtherNames : |
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener : |
|
void |
removePropertyChangeListener(String propertyName,
PropertyChangeListener listener)
removePropertyChangeListener : |
|
void |
setName(String newValue)
setName : |
|
void |
setOtherNames(Collection<String> newValue)
setOtherNames : |
|
String |
toString()
toString : |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final PropertyChangeSupport pcs
public String name
public Collection<String> otherNames
| Constructor Detail |
|---|
public PersonneDTO()
| Method Detail |
|---|
public void addPropertyChangeListener(PropertyChangeListener listener)
listener -
public void addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
propertyName - listener - public void removePropertyChangeListener(PropertyChangeListener listener)
listener -
public void removePropertyChangeListener(String propertyName,
PropertyChangeListener listener)
propertyName - listener -
protected void firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
propertyName - oldValue - newValue - public String getName()
public void setName(String newValue)
newValue - public String getOtherNames(int index)
index -
public String addOtherNames(String otherNames)
otherNames -
public boolean removeOtherNames(String otherNames)
otherNames -
public Collection<String> getOtherNames()
public void setOtherNames(Collection<String> newValue)
newValue -
protected <T> T getChild(Collection<T> childs,
int index)
childs - index -
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||