public class Cell extends DataModel
Constructor and Description |
---|
Cell(List<Field> initFields) |
Cell(String code) |
Modifier and Type | Method and Description |
---|---|
void |
addField(Field toAddField) |
boolean |
equals(Object obj) |
List<Field> |
getAttributesList() |
String |
getCode() |
Field |
getFieldbyName(String fieldName) |
int |
hashCode() |
static Set<Cell> |
loadRS(ResultSet rs) |
void |
setAttributesList(List<Field> attributesList) |
void |
setCode(String code) |
public void setCode(String code)
public String getCode()
public void addField(Field toAddField)
public static Set<Cell> loadRS(ResultSet rs) throws SQLException
SQLException
Copyright © 2017. All Rights Reserved.