public class SimpleTableBean extends Object implements Serializable
| Constructor and Description |
|---|
SimpleTableBean()
Creates a SimpleDataBean with all attributes set to null.
|
SimpleTableBean(String name,
String type,
String thing)
Creates a SimpleDataBean with the given attributes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Indicates whether this SimpleTableBean is equal to another object.
|
String |
getName() |
String |
getThing() |
String |
getType() |
int |
hashCode() |
void |
setName(String name) |
void |
setThing(String thing) |
void |
setType(String type) |
String |
toString() |
public SimpleTableBean()
public String getName()
public void setName(String name)
name - The name to set.public String getType()
public void setType(String type)
type - The type to set.public String getThing()
public void setThing(String thing)
thing - The thing to set.public boolean equals(Object obj)
Copyright © 2024. All rights reserved.