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

java.lang.Object
  extended by com.ptc.core.ca.co.client.primitive.CoDefaultEmbeddedURLContentModel
All Implemented Interfaces:
CoModel, CoEmbeddedURLContentModel, CoURLContentModel, Externalizable, Serializable

Deprecated.

@Deprecated
public class CoDefaultEmbeddedURLContentModel
extends Object
implements CoEmbeddedURLContentModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.primitive.CoEmbeddedURLContentModel
BORDER, HEIGHT, WIDTH
 
Fields inherited from interface com.ptc.core.ca.co.client.primitive.CoURLContentModel
HREF, HREF_RESOURCE
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 Integer getBorder()
          Deprecated. Gets the value of the attribute: border; the thickness of the border enclosing embedded url content.
 CoModelDriven getElement()
          Deprecated. Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 String getHeight()
          Deprecated. Gets the value of the attribute: height; the height of rectange contaning embedded url content.
 String getHref()
          Deprecated. Gets the value of the attribute: href; the web application resource to construct hyperlink.
 String getHrefResource()
          Deprecated. Gets the value of the attribute: hrefResource; the web application resource to construct hyperlink..
 String getWidth()
          Deprecated. Gets the value of the attribute: width; the width of rectange contaning embedded url content.
 void init(CoEnvData envData)
          Deprecated. The method responsible for the initialization of the model.
 void setBorder(Integer a_Border)
          Deprecated. Sets the value of the attribute: border; the thickness of the border enclosing embedded url content.
 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 setHeight(String a_Height)
          Deprecated. Sets the value of the attribute: height; the height of rectange contaning embedded url content.
 void setHref(String a_Href)
          Deprecated. Sets the value of the attribute: href; the web application resource to construct hyperlink.
 void setHrefResource(String a_HrefResource)
          Deprecated. Sets the value of the attribute: hrefResource; the web application resource to construct hyperlink..
 void setWidth(String a_Width)
          Deprecated. Sets the value of the attribute: width; the width of rectange contaning embedded url content.
 void update(CoEnvData envData)
          Deprecated. The method responsible for the update of the model.
 
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

getWidth

public String getWidth()
Deprecated. 
Gets the value of the attribute: width; the width of rectange contaning embedded url content.

Supported API: true

Specified by:
getWidth in interface CoEmbeddedURLContentModel
Returns:
String

setWidth

public void setWidth(String a_Width)
Deprecated. 
Sets the value of the attribute: width; the width of rectange contaning embedded url content.

Supported API: true

Specified by:
setWidth in interface CoEmbeddedURLContentModel
Parameters:
a_Width -

getHeight

public String getHeight()
Deprecated. 
Gets the value of the attribute: height; the height of rectange contaning embedded url content.

Supported API: true

Specified by:
getHeight in interface CoEmbeddedURLContentModel
Returns:
String

setHeight

public void setHeight(String a_Height)
Deprecated. 
Sets the value of the attribute: height; the height of rectange contaning embedded url content.

Supported API: true

Specified by:
setHeight in interface CoEmbeddedURLContentModel
Parameters:
a_Height -

getBorder

public Integer getBorder()
Deprecated. 
Gets the value of the attribute: border; the thickness of the border enclosing embedded url content.

Supported API: true

Specified by:
getBorder in interface CoEmbeddedURLContentModel
Returns:
Integer

setBorder

public void setBorder(Integer a_Border)
Deprecated. 
Sets the value of the attribute: border; the thickness of the border enclosing embedded url content.

Supported API: true

Specified by:
setBorder in interface CoEmbeddedURLContentModel
Parameters:
a_Border -

getHrefResource

public String getHrefResource()
Deprecated. 
Gets the value of the attribute: hrefResource; the web application resource to construct hyperlink.. Specified in the configuration specification.

Supported API: true

Specified by:
getHrefResource in interface CoURLContentModel
Returns:
String

setHrefResource

public void setHrefResource(String a_HrefResource)
Deprecated. 
Sets the value of the attribute: hrefResource; the web application resource to construct hyperlink.. Specified in the configuration specification.

Supported API: true

Specified by:
setHrefResource in interface CoURLContentModel
Parameters:
a_HrefResource -

getHref

public String getHref()
Deprecated. 
Gets the value of the attribute: href; the web application resource to construct hyperlink. Produced by url factory from href_resource.

Supported API: true

Specified by:
getHref in interface CoURLContentModel
Returns:
String

setHref

public void setHref(String a_Href)
Deprecated. 
Sets the value of the attribute: href; the web application resource to construct hyperlink. Produced by url factory from href_resource.

Supported API: true

Specified by:
setHref in interface CoURLContentModel
Parameters:
a_Href -

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 -