com.ptc.core.ca.co.client.primitive
Class CoDefaultSelectListModel

java.lang.Object
  extended by com.ptc.core.ca.co.client.primitive.CoDefaultSelectListModel
All Implemented Interfaces:
CoFacePlateHolderModel, CoInstanceListHolderModel, CoModel, com.ptc.core.ca.co.client.primitive.CoSelectListModel, Externalizable, Serializable

Deprecated.

@Deprecated
public class CoDefaultSelectListModel
extends Object
implements com.ptc.core.ca.co.client.primitive.CoSelectListModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
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
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoInstanceListHolderModel
INSTANCE_LIST
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 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
 ArrayList getInstanceList()
          Deprecated. Gets the value of the attribute: instanceList; The list of I*E elements wrapped into CoInstance objects.
 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 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 setInstanceList(ArrayList a_InstanceList)
          Deprecated. Sets the value of the attribute: instanceList; The list of I*E elements wrapped into CoInstance objects.
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 -

getInstanceList

public ArrayList getInstanceList()
Deprecated. 
Gets the value of the attribute: instanceList; The list of I*E elements wrapped into CoInstance objects. The element that owns this model represents the list of wrapped I*E elements.

Supported API: true

Specified by:
getInstanceList in interface CoInstanceListHolderModel
Returns:
ArrayList

setInstanceList

public void setInstanceList(ArrayList a_InstanceList)
Deprecated. 
Sets the value of the attribute: instanceList; The list of I*E elements wrapped into CoInstance objects. The element that owns this model represents the list of wrapped I*E elements.

Supported API: true

Specified by:
setInstanceList in interface CoInstanceListHolderModel
Parameters:
a_InstanceList -