Package wt.sandbox
Class InteropInfo
java.lang.Object
wt.sandbox._InteropInfo
wt.sandbox.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:
-
Field Summary
Fields inherited from class wt.sandbox._InteropInfo
EXTERNALIZATION_VERSION_UID, IOP_STATE, STATE -
Method Summary
Methods inherited from class wt.sandbox._InteropInfo
getClassInfo, getConceptualClassname, getIopState, getState, readExternal, readExternal, readVersion, setIopState, setState, toString, writeExternal, writeExternal