Package wt.sandbox

Class InteropInfo

All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, NetFactor, ObjectMappable

@GenAsObjectMappable(serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="state",type=InteropState.class,initialValue="wt.sandbox.InteropState.CHECKED_IN",javaDoc="The Interop state aggregated in any business object that asserts itself as being Interoperable @see wt.sandbox.InteropState",constraints=@PropertyConstraints(upperLimit=30,required=true)),@GeneratedProperty(name="iopState",type=IOPState.class,initialValue="wt.sandbox.IOPState.IOP_N_A",supportedAPI=PUBLIC_PRIVATE,javaDoc="@see wt.vc.IOPState",constraints=@PropertyConstraints(upperLimit=30),columnProperties=@ColumnProperties(index=true))}) public class InteropInfo extends _InteropInfo
Holds InteropState. This object is set to an appropriate state.

Use the newInteropInfo static factory method(s), not the InteropInfo constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: