wt.content
Class URLData

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.content.ContentItem
          extended by 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

Field Summary
static String URL_LOCATION
          Label for the attribute; Holds the URL string.
 
Fields inherited from class wt.content.ContentItem
ROLE
 
Method Summary
 String getUrlLocation()
          Gets the value of the attribute: URL_LOCATION.
 void setUrlLocation(String a_UrlLocation)
          Sets the value of the attribute: URL_LOCATION.
 
Methods inherited from class wt.content.ContentItem
getRole, setRole
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

URL_LOCATION

public static final String URL_LOCATION
Label for the attribute; Holds the URL string.

Supported API: true

See Also:
Constant Field Values
Method Detail

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