Modifier and Type | Field and Description |
---|---|
protected String |
a |
protected String |
aa |
protected String |
b |
protected String |
c |
protected String |
d |
protected int |
e |
protected int |
f |
protected PropertyChangeSupport |
pcs |
static String |
PROPERTY_A |
static String |
PROPERTY_AA |
static String |
PROPERTY_B |
static String |
PROPERTY_C |
static String |
PROPERTY_D |
static String |
PROPERTY_E |
static String |
PROPERTY_F |
Constructor and Description |
---|
BeanA() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener) |
void |
addPropertyChangeListener(String propertyName,
PropertyChangeListener listener) |
protected void |
firePropertyChange(String propertyName,
Object oldValue,
Object newValue) |
String |
getA() |
String |
getB() |
String |
getC() |
String |
getD() |
int |
getE() |
int |
getF() |
protected PropertyChangeListener[] |
getPropertyChangeListeners() |
void |
removePropertyChangeListener(PropertyChangeListener listener) |
void |
removePropertyChangeListener(String propertyName,
PropertyChangeListener listener) |
void |
setA(String a) |
void |
setAa(String aa) |
void |
setB(String b) |
void |
setC(String c) |
void |
setD(String d) |
void |
setE(int e) |
void |
setF(int f) |
public static final String PROPERTY_AA
public static final String PROPERTY_A
public static final String PROPERTY_B
public static final String PROPERTY_C
public static final String PROPERTY_D
public static final String PROPERTY_E
public static final String PROPERTY_F
protected String aa
protected String a
protected String b
protected String c
protected String d
protected int e
protected int f
protected PropertyChangeSupport pcs
public void setAa(String aa)
public String getA()
public void setA(String a)
public String getB()
public void setB(String b)
public String getC()
public void setC(String c)
public String getD()
public void setD(String d)
public int getE()
public void setE(int e)
public int getF()
public void setF(int f)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)
protected PropertyChangeListener[] getPropertyChangeListeners()
Copyright © 2004–2020 CodeLutin. All rights reserved.