com.ptc.core.ca.co.client.primitive
Interface CoURLContentModel

All Superinterfaces:
CoModel
All Known Subinterfaces:
CoEmbeddedURLContentModel, CoHyperLinkModel, WebHyperLinkModel
All Known Implementing Classes:
CoDefaultEmbeddedURLContentModel, CoDefaultHyperLinkModel, WebDefaultHyperLinkModel

Deprecated.

@Deprecated
public interface CoURLContentModel
extends CoModel

The interface a model of every element presenting a content or a link to a content via URL implements.

Supported API: true

Extendable: false


Field Summary
static String HREF
          Deprecated. Label for the attribute; the web application resource to construct hyperlink.
static String HREF_RESOURCE
          Deprecated. Label for the attribute; the web application resource to construct hyperlink..
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 String getHref()
          Deprecated. Gets the value of the attribute: HREF.
 String getHrefResource()
          Deprecated. Gets the value of the attribute: HREF_RESOURCE.
 void setHref(String a_Href)
          Deprecated. Sets the value of the attribute: HREF.
 void setHrefResource(String a_HrefResource)
          Deprecated. Sets the value of the attribute: HREF_RESOURCE.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

HREF_RESOURCE

static final String HREF_RESOURCE
Deprecated. 
Label for the attribute; the web application resource to construct hyperlink.. Specified in the configuration specification.

Supported API: true

See Also:
Constant Field Values

HREF

static final String HREF
Deprecated. 
Label for the attribute; the web application resource to construct hyperlink. Produced by url factory from href_resource.

Supported API: true

See Also:
Constant Field Values
Method Detail

getHrefResource

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

Supported API: true

Returns:
String

setHrefResource

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

Supported API: true

Parameters:
a_HrefResource -

getHref

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

Returns:
String

setHref

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

Parameters:
a_Href -