wt.content
Class URLData
java.lang.Object
wt.fc.WTObject
wt.content.ContentItem
wt.content.URLData
- All Implemented Interfaces:
- Externalizable, Serializable, wt.fc.BusinessInformation, NetFactor, ObjectMappable, Persistable, wt.fv.Revaultable, wt.fv.UniquelyIdentifiedContent, DisplayIdentification
- Direct Known Subclasses:
- ProxyURLData
public class URLData
- extends ContentItem
- implements wt.fv.Revaultable, wt.fv.UniquelyIdentifiedContent, Externalizable
This allows a URL link to be attached to a ContentHolder
Use the newURLData static factory method(s), not the URLData
constructor, to construct instances of this class. Instances must be
constructed using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
URL_LOCATION
public static final String URL_LOCATION
- Label for the attribute; Holds the URL string.
Supported API: true
- See Also:
- Constant Field Values
getUrlLocation
public String getUrlLocation()
- Gets the value of the attribute: URL_LOCATION.
Holds the URL string.
Supported API: true
- Returns:
- String
setUrlLocation
public void setUrlLocation(String a_UrlLocation)
throws WTPropertyVetoException
- Sets the value of the attribute: URL_LOCATION.
Holds the URL string.
Supported API: true
- Parameters:
a_UrlLocation -
- Throws:
WTPropertyVetoException