public class Column extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Allows comparison based solely on the name between objects of the base class and/or any of the derived classes.
|
String |
getName()
Getter for column name.
|
int |
hashCode() |
public Column(String name)
name
- column nameCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.