public interface IFocObject
| Modifier and Type | Method and Description |
|---|---|
void |
iFocObject_cancel() |
void |
iFocObject_dispose() |
IFocObject |
iFocObject_getFatherObject() |
Date |
iFocObject_getPropertyDate(String fieldName) |
double |
iFocObject_getPropertyDouble(String fieldName) |
IFocObject |
iFocObject_getPropertyFocObject(String fieldName) |
int |
iFocObject_getPropertyInteger(String fieldName) |
IFocList |
iFocObject_getPropertyList(String fieldName) |
String |
iFocObject_getPropertyString(String fieldName) |
void |
iFocObject_setPropertyDate(String fieldName,
Date value) |
void |
iFocObject_setPropertyDouble(String fieldName,
double value) |
void |
iFocObject_setPropertyFocObject(String fieldName,
IFocObject value) |
void |
iFocObject_setPropertyInteger(String fieldName,
int value) |
void |
iFocObject_setPropertyString(String fieldName,
String value) |
boolean |
iFocObject_validate() |
double iFocObject_getPropertyDouble(String fieldName)
void iFocObject_setPropertyDouble(String fieldName, double value)
int iFocObject_getPropertyInteger(String fieldName)
void iFocObject_setPropertyInteger(String fieldName, int value)
IFocObject iFocObject_getPropertyFocObject(String fieldName)
void iFocObject_setPropertyFocObject(String fieldName, IFocObject value)
IFocObject iFocObject_getFatherObject()
boolean iFocObject_validate()
void iFocObject_cancel()
void iFocObject_dispose()
Copyright © 2018. All rights reserved.