Package com.ptc.netmarkets.util.misc
Class NmContextItem
java.lang.Object
com.ptc.netmarkets.util.misc.NmContextItem
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: action.getOid()Gets the value of the attribute: oid.getType()Gets the value of the attribute: type.voidSets the value of the attribute: action.voidSets the value of the attribute: oid.voidSets the value of the attribute: type.
-
Method Details
-
getType
Gets the value of the attribute: type.
Supported API: true- Returns:
- String
-
setType
Sets the value of the attribute: type.
Supported API: true- Parameters:
a_Type-
-
getAction
Gets the value of the attribute: action.
Supported API: true- Returns:
- String
-
setAction
Sets the value of the attribute: action.
Supported API: true- Parameters:
a_Action-
-
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-
-