Class NmObject

java.lang.Object
com.ptc.netmarkets.model.NmObject
All Implemented Interfaces:
com.ptc.netmarkets.util.misc.NmActionTarget, com.ptc.netmarkets.util.misc.NmFormatable, Externalizable, Serializable, wt.fc._NetFactor, NetFactor
Direct Known Subclasses:
com.ptc.netmarkets.model.NmNamedObject

public class NmObject extends Object implements com.ptc.netmarkets.util.misc.NmActionTarget, NetFactor, com.ptc.netmarkets.util.misc.NmFormatable, Externalizable

Use the newNmObject static factory method(s), not the NmObject 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: true

See Also:
  • Field Summary

    Fields inherited from interface com.ptc.netmarkets.util.misc.NmFormatable

    DIV_CLASS, RENDER_WHILE_HIDDEN, STYLE_CLASSES
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the attribute: OID.
    void
    setOid(NmOid a_Oid)
    Sets the value of the attribute: OID.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • getOid

      public NmOid getOid()
      Gets the value of the attribute: OID.

      Supported API: true
      Returns:
      NmOid
    • setOid

      public void setOid(NmOid a_Oid)
      Sets the value of the attribute: OID.

      Supported API: true
      Parameters:
      a_Oid -