Package com.ptc.netmarkets.model
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:
-
Method Summary
-
Method Details
-
getOid
Gets the value of the attribute: OID.
Supported API: true- Returns:
- NmOid
-
setOid
Sets the value of the attribute: OID.
Supported API: true- Parameters:
a_Oid-
-