public class FiveBean extends OneBean
Modifier and Type | Field and Description |
---|---|
private java.lang.StringBuffer |
five
Deprecated.
|
private char |
four
Deprecated.
|
private boolean |
three
Deprecated.
|
private int |
two
Deprecated.
|
Constructor and Description |
---|
FiveBean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
java.lang.StringBuffer |
getFive()
Deprecated.
|
char |
getFour()
Deprecated.
|
int |
getTwo()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isThree()
Deprecated.
|
void |
setFive(java.lang.StringBuffer five)
Deprecated.
|
void |
setFour(char four)
Deprecated.
|
void |
setThree(boolean three)
Deprecated.
|
void |
setTwo(int two)
Deprecated.
|
private int two
private boolean three
private char four
private java.lang.StringBuffer five
public int getTwo()
public void setTwo(int two)
public boolean isThree()
public void setThree(boolean three)
public char getFour()
public void setFour(char four)
public java.lang.StringBuffer getFive()
public void setFive(java.lang.StringBuffer five)