org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced
Class Cell

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.DataModel
      extended by org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.Cell

public class Cell
extends DataModel


Constructor Summary
Cell(List<Field> initFields)
           
Cell(String code)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.enhanced.DataModel
fromXML, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell

public Cell(String code)

Cell

public Cell(List<Field> initFields)
Method Detail

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.