public class MyData extends Object implements Serializable
| Constructor and Description |
|---|
MyData()
Creates a MyData bean.
|
MyData(String name)
Creates a MyData bean with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
String |
getName() |
void |
setCount(int count)
Sets the count.
|
void |
setName(String name)
Sets the name.
|
public MyData()
public MyData(String name)
name - the name.public int getCount()
public void setCount(int count)
count - the count to set.public String getName()
public void setName(String name)
name - the name to set.Copyright © 2024. All rights reserved.