com.ptc.netmarkets.util.misc
Class NmContextItem

java.lang.Object
  extended by com.ptc.netmarkets.util.misc.NmContextItem
All Implemented Interfaces:
Externalizable, Serializable

public class NmContextItem
extends Object
implements Externalizable



Supported API: true

Extendable: true

See Also:
Serialized Form

Method Summary
 String getAction()
          Gets the value of the attribute: action.
 NmOid getOid()
          Gets the value of the attribute: oid.
 String getType()
          Gets the value of the attribute: type.
 void setAction(String a_Action)
          Sets the value of the attribute: action.
 void setOid(NmOid a_Oid)
          Sets the value of the attribute: oid.
 void setType(String a_Type)
          Sets the value of the attribute: type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public String getType()
Gets the value of the attribute: type.

Supported API: true

Returns:
String

setType

public void setType(String a_Type)
Sets the value of the attribute: type.

Supported API: true

Parameters:
a_Type -

getAction

public String getAction()
Gets the value of the attribute: action.

Supported API: true

Returns:
String

setAction

public void setAction(String a_Action)
Sets the value of the attribute: action.

Supported API: true

Parameters:
a_Action -

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 -