com.ptc.core.ca.co.client.simple
Class CoDefaultSimpleModelHandlerData

java.lang.Object
  extended by com.ptc.core.ca.co.client.simple.CoDefaultSimpleModelHandlerData
All Implemented Interfaces:
CoHandlerData, CoModelHandlerData, CoSimpleHandlerData, CoSimpleModelHandlerData

Deprecated.

@Deprecated
public class CoDefaultSimpleModelHandlerData
extends Object
implements CoSimpleModelHandlerData



Supported API: true

Extendable: false


Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.simple.CoSimpleModelHandlerData
ANCESTOR_TYPE_ID, ANCESTOR_UFID
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelHandlerData
ELEMENT
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData
ENV_DATA
 
Fields inherited from interface com.ptc.core.ca.co.client.simple.CoSimpleHandlerData
OPENER_ACTION_ADDRESS
 
Method Summary
 String getAncestorTypeId()
          Deprecated. Gets the value of the attribute: ancestorTypeId; the type of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true
 String getAncestorUfid()
          Deprecated. Gets the value of the attribute: ancestorUfid; the UFID of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true
 CoElement getElement()
          Deprecated. Gets the value of the attribute: element; the element that's being handled by the model handler

Supported API: true
 CoEnvData getEnvData()
          Deprecated. Gets the value of the attribute: envData; the reference to the conceptual environment

Supported API: true
 String getOpenerActionAddress()
          Deprecated. Gets the value of the attribute: openerActionAddress; the stringified address of the action triggering of which resulted in the creation of this frame.
 void init(CoElement element, CoEnvData envData)
          Deprecated. 

Supported API: true
protected  void setAncestorTypeId(String a_AncestorTypeId)
          Deprecated. Sets the value of the attribute: ancestorTypeId; the type of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true
protected  void setAncestorUfid(String a_AncestorUfid)
          Deprecated. Sets the value of the attribute: ancestorUfid; the UFID of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true
protected  void setElement(CoElement a_Element)
          Deprecated. Sets the value of the attribute: element; the element that's being handled by the model handler

Supported API: true
protected  void setEnvData(CoEnvData a_EnvData)
          Deprecated. Sets the value of the attribute: envData; the reference to the conceptual environment

Supported API: true
protected  void setOpenerActionAddress(String a_OpenerActionAddress)
          Deprecated. Sets the value of the attribute: openerActionAddress; the stringified address of the action triggering of which resulted in the creation of this frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init(CoElement element,
                 CoEnvData envData)
          throws WTException
Deprecated. 


Supported API: true

Specified by:
init in interface CoModelHandlerData
Parameters:
element -
envData -
Throws:
WTException

getAncestorTypeId

public String getAncestorTypeId()
                         throws WTException
Deprecated. 
Gets the value of the attribute: ancestorTypeId; the type of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true

Specified by:
getAncestorTypeId in interface CoSimpleModelHandlerData
Returns:
String
Throws:
WTException

setAncestorTypeId

protected void setAncestorTypeId(String a_AncestorTypeId)
                          throws WTException
Deprecated. 
Sets the value of the attribute: ancestorTypeId; the type of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true

Parameters:
a_AncestorTypeId -
Throws:
WTException

getAncestorUfid

public String getAncestorUfid()
                       throws WTException
Deprecated. 
Gets the value of the attribute: ancestorUfid; the UFID of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true

Specified by:
getAncestorUfid in interface CoSimpleModelHandlerData
Returns:
String
Throws:
WTException

setAncestorUfid

protected void setAncestorUfid(String a_AncestorUfid)
                        throws WTException
Deprecated. 
Sets the value of the attribute: ancestorUfid; the UFID of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true

Parameters:
a_AncestorUfid -
Throws:
WTException

getElement

public CoElement getElement()
Deprecated. 
Gets the value of the attribute: element; the element that's being handled by the model handler

Supported API: true

Specified by:
getElement in interface CoModelHandlerData
Returns:
CoElement

setElement

protected void setElement(CoElement a_Element)
Deprecated. 
Sets the value of the attribute: element; the element that's being handled by the model handler

Supported API: true

Parameters:
a_Element -

getEnvData

public CoEnvData getEnvData()
Deprecated. 
Gets the value of the attribute: envData; the reference to the conceptual environment

Supported API: true

Specified by:
getEnvData in interface CoHandlerData
Returns:
CoEnvData

setEnvData

protected void setEnvData(CoEnvData a_EnvData)
Deprecated. 
Sets the value of the attribute: envData; the reference to the conceptual environment

Supported API: true

Parameters:
a_EnvData -

getOpenerActionAddress

public String getOpenerActionAddress()
Deprecated. 
Gets the value of the attribute: openerActionAddress; the stringified address of the action triggering of which resulted in the creation of this frame. null for non-temporary frame.

Supported API: true

Specified by:
getOpenerActionAddress in interface CoSimpleHandlerData
Returns:
String

setOpenerActionAddress

protected void setOpenerActionAddress(String a_OpenerActionAddress)
Deprecated. 
Sets the value of the attribute: openerActionAddress; the stringified address of the action triggering of which resulted in the creation of this frame. null for non-temporary frame.

Supported API: true

Parameters:
a_OpenerActionAddress -