org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced
Class Cell
java.lang.Object
org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.DataModel
org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.Cell
public class Cell
- extends DataModel
| Methods inherited from class org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.DataModel |
fromXML, toXML |
Cell
public Cell(String code)
Cell
public Cell(List<Field> initFields)
setCode
public void setCode(String code)
getCode
public String getCode()
getAttributesList
public List<Field> getAttributesList()
setAttributesList
public void setAttributesList(List<Field> attributesList)
getFieldbyName
public Field getFieldbyName(String fieldName)
addField
public void addField(Field toAddField)
loadRS
public static Set<Cell> loadRS(ResultSet rs)
throws SQLException
- Throws:
SQLException
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.