|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.prodevelop.gvsig.mobile.fmap.core.DefaultRow
This class encapsulates a row of alphanumerical attributes.
Constructor Summary | |
DefaultRow(com.hardcode.gdbms.engine.values.Value[] att)
Constructor. |
|
DefaultRow(com.hardcode.gdbms.engine.values.Value[] att,
java.lang.String id)
Constructor. |
Method Summary | |
IRow |
cloneRow()
Cones the current object |
com.hardcode.gdbms.engine.values.Value |
getAttribute(int fieldIndex)
|
com.hardcode.gdbms.engine.values.Value[] |
getAttributes()
Gets the array of attribute |
java.lang.String |
getID()
|
void |
setAttributes(com.hardcode.gdbms.engine.values.Value[] att)
Sets the array of attributes |
void |
setID(java.lang.String ID)
Sets the ID. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultRow(com.hardcode.gdbms.engine.values.Value[] att)
att
- array of attributespublic DefaultRow(com.hardcode.gdbms.engine.values.Value[] att, java.lang.String id)
att
- array of attributesid
- feature IDMethod Detail |
public java.lang.String getID()
getID
in interface IRow
public com.hardcode.gdbms.engine.values.Value getAttribute(int fieldIndex)
getAttribute
in interface IRow
fieldIndex
- index of the requested field
public com.hardcode.gdbms.engine.values.Value[] getAttributes()
getAttributes
in interface IRow
public IRow cloneRow()
cloneRow
in interface IRow
public void setID(java.lang.String ID)
setID
in interface IRow
ID
- the new IDpublic void setAttributes(com.hardcode.gdbms.engine.values.Value[] att)
setAttributes
in interface IRow
att
- the new array of attributes
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |