DataRow class
DataRow Contains the web service fields
- Inheritance
- Object
- FieldsContainer
- DataRow
Constructors
- DataRow()
Properties
-
getFields
→ List<
Field> -
read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
addField(
String columnName, Object value) → void -
Removes the field [...]
inherited
-
addFieldfromField(
Field field) → void -
Add a new field [...]
inherited
-
clear(
) → void -
Clear this instance
inherited
-
getField(
String columnName) → Field -
Find a field from colum name value [...]
inherited
-
getFieldAt(
int pos) → Field -
inherited
-
getFieldsCount(
) → int -
Get the count fields [...]
inherited
-
getWebServiceFieldsContainerType(
) → FieldsContainerType -
@see org.idempiere.webservice.client.base.WebServiceFieldsContainer#getWebServiceFieldsContainerType()
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
removeField(
Field field) → void -
Removes the field [...]
inherited
-
removeFieldAt(
int pos) → Field -
Removes the field [...]
inherited
-
removeFieldFromColumn(
String columnName) → Field -
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited