clone()

Copies an existing business object. It copies the business object attributes and also its verb.

Syntax

public Object clone();
 

Parameters

None.

Return values

A copy of the current business object, including its attributes and verbs.

Copyright IBM Corp. 1997, 2003