Interface MfgHistoryManageable

All Superinterfaces:
wt.fc._BinaryLink, wt.fc._Link, wt.mpm.history._MfgHistoryManageable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
_CoProduceLink, _RawMaterialLink, _RMAlternateLink, wt.mpm.rawmaterial._RMAssociationLink, CoProduceLink, RawMaterialLink, RMAlternateLink, wt.mpm.rawmaterial.RMAssociationLink

@GenAsBinaryLink(extendable=false,properties={@GeneratedProperty(name="linkID",type=java.lang.String.class,accessors=@PropertyAccessors(setAccess=PRIVATE),columnProperties=@ColumnProperties(index=true),javaDoc="linkID is used to identify the identical links which are copies of same link"),@GeneratedProperty(name="rmlUpdateCount",type=long.class,initialValue="10",accessors=@PropertyAccessors(setAccess=PRIVATE),columnProperties=@ColumnProperties(index=true,defaultValue="10"),javaDoc="It is counter to signify the updation order of the link .It is an internally generated identifier.")},roleA=@GeneratedRole(name="roleAObject",type=Persistable.class,cardinality=ONE_TO_MANY),roleB=@GeneratedRole(name="roleBObject",type=Persistable.class,cardinality=ONE_TO_MANY)) public interface MfgHistoryManageable extends wt.mpm.history._MfgHistoryManageable
This is marker interface for MPML objects to get participated in MfgHistoryLink association and to maintain a history.

Supported API: true

Extendable: false
  • Method Details

    • getLinkUpdateCount

      default long getLinkUpdateCount()


      Supported API: true
      Returns: