Package wt.part
Interface CopyWTProductInstance2Delegate
- All Known Implementing Classes:
DefaultCopyWTProductInstance2Delegate
public interface CopyWTProductInstance2Delegate
Delegate to make a copy of the given WTProductInstance2 object. The
resulting copy is not persisted in the database.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionnewCopy(WTProductInstance2 baseInstance) Creates a new WTProductInstance2 object and copies the attributes from the original WTProductInstance2 to this new one.
-
Method Details
-
newCopy
Creates a new WTProductInstance2 object and copies the attributes from the original WTProductInstance2 to this new one.
Supported API: true- Parameters:
baseInstance-- Returns:
- WTProductInstance2
- Throws:
WTException
-