com.ptc.core.ca.co.client.property
Class CoAbstractSimplePropertyModel

java.lang.Object
  extended by com.ptc.core.ca.co.client.property.CoAbstractSimplePropertyModel
All Implemented Interfaces:
CoFacePlateHolderModel, CoModel, CoPropertyModel, CoSimplePropertyModel, Externalizable, Serializable
Direct Known Subclasses:
CoDefaultSimplePropertyModel, CoEnumeratedPropertyModel

Deprecated.

@Deprecated
public abstract class CoAbstractSimplePropertyModel
extends Object
implements CoSimplePropertyModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.property.CoSimplePropertyModel
ATTRIBUTE_TYPE_SUMMARY, ATTRIBUTE_VALUE
 
Fields inherited from interface com.ptc.core.ca.co.client.property.CoPropertyModel
CHILDREN
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
FACE_PLATE_TYPE, IMAGE, LABEL, TOOL_TIP
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 AttributeTypeSummary getAttributeTypeSummary()
          Deprecated. Gets the value of the attribute: attributeTypeSummary; the attribute type summary for the attribute to be presented by the property element.
 Object getAttributeValue()
          Deprecated. Gets the value of the attribute: attributeValue; the value of the attribute to be presented by the property element.
 ArrayList getChildren()
          Deprecated. Gets the value of the attribute: children; the list of child elements of the property element.
 CoModelDriven getElement()
          Deprecated. Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 CoFacePlateType getFacePlateType()
          Deprecated. Gets the value of the attribute: facePlateType; the image

Supported API: true
 String getImage()
          Deprecated. Gets the value of the attribute: image; the image

Supported API: true
 String getLabel()
          Deprecated. Gets the value of the attribute: label; the label

Supported API: true
 String getToolTip()
          Deprecated. Gets the value of the attribute: toolTip; the tool tip

Supported API: true
 void init(CoEnvData envData)
          Deprecated. The method responsible for the initialization of the model.
 void setAttributeTypeSummary(AttributeTypeSummary a_AttributeTypeSummary)
          Deprecated. Sets the value of the attribute: attributeTypeSummary; the attribute type summary for the attribute to be presented by the property element.
 void setAttributeValue(Object a_AttributeValue)
          Deprecated. Sets the value of the attribute: attributeValue; the value of the attribute to be presented by the property element.
 void setChildren(ArrayList a_Children)
          Deprecated. Sets the value of the attribute: children; the list of child elements of the property element.
 void setElement(CoModelDriven a_Element)
          Deprecated. Sets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 void setFacePlateType(CoFacePlateType a_FacePlateType)
          Deprecated. Sets the value of the attribute: facePlateType; the image

Supported API: true
 void setImage(String a_Image)
          Deprecated. Sets the value of the attribute: image; the image

Supported API: true
 void setLabel(String a_Label)
          Deprecated. Sets the value of the attribute: label; the label

Supported API: true
 void setToolTip(String a_ToolTip)
          Deprecated. Sets the value of the attribute: toolTip; the tool tip

Supported API: true
 void update(CoEnvData envData)
          Deprecated. The method responsible for the update of the model.
 void updateInstance(com.infoengine.object.factory.Element ieElement, CoEnvData envData)
          Deprecated. Updates an attribute in I*E element using a value from property model.
 void updateModel(com.infoengine.object.factory.Element ieElement, CoEnvData envData)
          Deprecated. Updates a model of the property element using an attribute from I*E element and a last value entered by the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init(CoEnvData envData)
          throws WTException
Deprecated. 
The method responsible for the initialization of the model.

Supported API: true

Specified by:
init in interface CoModel
Parameters:
envData -
Throws:
WTException

update

public void update(CoEnvData envData)
            throws WTException
Deprecated. 
The method responsible for the update of the model.

Supported API: true

Specified by:
update in interface CoModel
Parameters:
envData -
Throws:
WTException

updateModel

public void updateModel(com.infoengine.object.factory.Element ieElement,
                        CoEnvData envData)
                 throws WTException
Deprecated. 
Updates a model of the property element using an attribute from I*E element and a last value entered by the user. The last value takes a precedent in create or search mode when it exists.

Supported API: true

Specified by:
updateModel in interface CoPropertyModel
Parameters:
ieElement -
envData -
Throws:
WTException

updateInstance

public void updateInstance(com.infoengine.object.factory.Element ieElement,
                           CoEnvData envData)
                    throws WTException
Deprecated. 
Updates an attribute in I*E element using a value from property model.

Supported API: true

Specified by:
updateInstance in interface CoPropertyModel
Parameters:
ieElement -
envData -
Throws:
WTException

getAttributeValue

public Object getAttributeValue()
Deprecated. 
Gets the value of the attribute: attributeValue; the value of the attribute to be presented by the property element.

Supported API: true

Specified by:
getAttributeValue in interface CoSimplePropertyModel
Returns:
Object

setAttributeValue

public void setAttributeValue(Object a_AttributeValue)
Deprecated. 
Sets the value of the attribute: attributeValue; the value of the attribute to be presented by the property element.

Supported API: true

Specified by:
setAttributeValue in interface CoSimplePropertyModel
Parameters:
a_AttributeValue -

getAttributeTypeSummary

public AttributeTypeSummary getAttributeTypeSummary()
Deprecated. 
Gets the value of the attribute: attributeTypeSummary; the attribute type summary for the attribute to be presented by the property element.

Supported API: true

Specified by:
getAttributeTypeSummary in interface CoSimplePropertyModel
Returns:
AttributeTypeSummary

setAttributeTypeSummary

public void setAttributeTypeSummary(AttributeTypeSummary a_AttributeTypeSummary)
Deprecated. 
Sets the value of the attribute: attributeTypeSummary; the attribute type summary for the attribute to be presented by the property element.

Supported API: true

Specified by:
setAttributeTypeSummary in interface CoSimplePropertyModel
Parameters:
a_AttributeTypeSummary -

getLabel

public String getLabel()
Deprecated. 
Gets the value of the attribute: label; the label

Supported API: true

Specified by:
getLabel in interface CoFacePlateHolderModel
Returns:
String

setLabel

public void setLabel(String a_Label)
Deprecated. 
Sets the value of the attribute: label; the label

Supported API: true

Specified by:
setLabel in interface CoFacePlateHolderModel
Parameters:
a_Label -

getToolTip

public String getToolTip()
Deprecated. 
Gets the value of the attribute: toolTip; the tool tip

Supported API: true

Specified by:
getToolTip in interface CoFacePlateHolderModel
Returns:
String

setToolTip

public void setToolTip(String a_ToolTip)
Deprecated. 
Sets the value of the attribute: toolTip; the tool tip

Supported API: true

Specified by:
setToolTip in interface CoFacePlateHolderModel
Parameters:
a_ToolTip -

getImage

public String getImage()
Deprecated. 
Gets the value of the attribute: image; the image

Supported API: true

Specified by:
getImage in interface CoFacePlateHolderModel
Returns:
String

setImage

public void setImage(String a_Image)
Deprecated. 
Sets the value of the attribute: image; the image

Supported API: true

Specified by:
setImage in interface CoFacePlateHolderModel
Parameters:
a_Image -

getFacePlateType

public CoFacePlateType getFacePlateType()
Deprecated. 
Gets the value of the attribute: facePlateType; the image

Supported API: true

Specified by:
getFacePlateType in interface CoFacePlateHolderModel
Returns:
CoFacePlateType

setFacePlateType

public void setFacePlateType(CoFacePlateType a_FacePlateType)
Deprecated. 
Sets the value of the attribute: facePlateType; the image

Supported API: true

Specified by:
setFacePlateType in interface CoFacePlateHolderModel
Parameters:
a_FacePlateType -

getElement

public CoModelDriven getElement()
Deprecated. 
Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
getElement in interface CoModel
Returns:
CoModelDriven

setElement

public void setElement(CoModelDriven a_Element)
Deprecated. 
Sets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
setElement in interface CoModel
Parameters:
a_Element -

getChildren

public ArrayList getChildren()
Deprecated. 
Gets the value of the attribute: children; the list of child elements of the property element.

Supported API: true

Specified by:
getChildren in interface CoPropertyModel
Returns:
ArrayList

setChildren

public void setChildren(ArrayList a_Children)
Deprecated. 
Sets the value of the attribute: children; the list of child elements of the property element.

Supported API: true

Specified by:
setChildren in interface CoPropertyModel
Parameters:
a_Children -