public class FiveBean extends OneBean
Constructor and Description |
---|
FiveBean() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
StringBuffer |
getFive() |
char |
getFour() |
int |
getTwo() |
int |
hashCode() |
boolean |
isThree() |
void |
setFive(StringBuffer five) |
void |
setFour(char four) |
void |
setThree(boolean three) |
void |
setTwo(int two) |
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 StringBuffer getFive()
public void setFive(StringBuffer five)
Copyright © 2004–2017 XStream. All rights reserved.