com.ptc.core.ca.co.client.address
Class CoDynamicElementAddress

java.lang.Object
  extended by com.ptc.core.ca.co.client.address.CoAddress
      extended by com.ptc.core.ca.co.client.address.CoDynamicElementAddress
All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
WebDynamicElementAddress

Deprecated.

@Deprecated
public abstract class CoDynamicElementAddress
extends CoAddress
implements Externalizable

CoDynamicElementAddress class represents an address of the dynamic conceptual element in the context of its parent element. Dynamic element's existence depends on the model of the ancestor element. An example of such an elemenent would be CoRow - conceptual table row.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ptc.core.ca.co.client.address.CoAddress
ADDRESS_ELEMENT_ID_SEPARATOR, ADDRESS_ELEMENT_SEPARATOR, ADDRESS_SEPARATOR, ADDRESS_SUFFIX_SEPARATOR, TYPE_DYNAMIC, TYPE_FRAME, TYPE_STATIC
 
Method Summary
 boolean equals(Object the_object)
          Deprecated. Indicates whether some other object is "equal to" this one.
 CoConfigFeature getConfiguration(CoEnvData envData)
          Deprecated. Retuns configuration feature for the element addressed by this address.
 String getType()
          Deprecated. Returns the type of the address.
 String getTypeId()
          Deprecated. Gets the value of the attribute: typeId; UFID of the Info*Engine element this dynamic element represents.
 String getUfid()
          Deprecated. Gets the value of the attribute: ufid; UFID of the Info*Engine element this dynamic element represents.
 int hashCode()
          Deprecated. Returns a hash code value for the object.
 void setTypeId(String a_TypeId)
          Deprecated. Sets the value of the attribute: typeId; UFID of the Info*Engine element this dynamic element represents.
 void setUfid(String a_Ufid)
          Deprecated. Sets the value of the attribute: ufid; UFID of the Info*Engine element this dynamic element represents.
 
Methods inherited from class com.ptc.core.ca.co.client.address.CoAddress
getChildrenAddresses, getElement, getFrameAddress, getParentAddress, setElement
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUfid

public String getUfid()
Deprecated. 
Gets the value of the attribute: ufid; UFID of the Info*Engine element this dynamic element represents.

Supported API: true

Returns:
String

setUfid

public void setUfid(String a_Ufid)
Deprecated. 
Sets the value of the attribute: ufid; UFID of the Info*Engine element this dynamic element represents.

Supported API: true

Parameters:
a_Ufid -

getTypeId

public String getTypeId()
Deprecated. 
Gets the value of the attribute: typeId; UFID of the Info*Engine element this dynamic element represents.

Supported API: true

Returns:
String

setTypeId

public void setTypeId(String a_TypeId)
Deprecated. 
Sets the value of the attribute: typeId; UFID of the Info*Engine element this dynamic element represents.

Supported API: true

Parameters:
a_TypeId -

equals

public boolean equals(Object the_object)
Deprecated. 
Indicates whether some other object is "equal to" this one.

Supported API: true

Specified by:
equals in class CoAddress
Parameters:
the_object -
Returns:
boolean

hashCode

public int hashCode()
Deprecated. 
Returns a hash code value for the object.

Supported API: true

Specified by:
hashCode in class CoAddress
Returns:
int

getType

public String getType()
Deprecated. 
Returns the type of the address.

Supported API: true

Returns:
String

getConfiguration

public CoConfigFeature getConfiguration(CoEnvData envData)
                                 throws WTException
Deprecated. 
Retuns configuration feature for the element addressed by this address.

Supported API: true

Parameters:
envData -
Returns:
CoConfigFeature
Throws:
WTException