Methods Summary |
---|
public int | getDefaultId()Return the copier for the default copier id. Throws a BAD_PARAM exception
if no default copier id has been set.
|
public ObjectCopierFactory | getDefaultObjectCopierFactory()
|
public ObjectCopierFactory | getObjectCopierFactory(int id)
|
public void | registerObjectCopierFactory(ObjectCopierFactory factory, int id)Register an ObjectCopierFactory under a particular id. This can be retrieved
later by getObjectCopierFactory.
|
public void | setDefaultId(int id)Set the Id of the copier to use if no other copier has been set.
|