Package | Description |
---|---|
com.viaoa.object |
Observable data model Object, that is the superclass for all OAModel classes.
|
Modifier and Type | Method and Description |
---|---|
static void |
OAObjectReflectDelegate._copyInto(OAObject oaObj,
OAObject newObject,
String[] excludeProperties,
OACopyCallback copyCallback,
HashMap<Integer,Object> hmNew) |
static OAObject |
OAObjectReflectDelegate._createCopy(OAObject oaObj,
String[] excludeProperties,
OACopyCallback copyCallback,
HashMap<Integer,Object> hmNew) |
static void |
OAObjectReflectDelegate.copyInto(OAObject oaObj,
OAObject newObject,
String[] excludeProperties,
OACopyCallback copyCallback)
Copies the properties and some of the links from a source object (this) to a new object.
|
static void |
OAObjectReflectDelegate.copyInto(OAObject oaObj,
OAObject newObject,
String[] excludeProperties,
OACopyCallback copyCallback,
HashMap<Integer,Object> hmNew) |
static OAObject |
OAObjectReflectDelegate.createCopy(OAObject oaObj,
String[] excludeProperties,
OACopyCallback copyCallback) |
Copyright © 1999–2019 ViaOA. All rights reserved.