Package wt.content
Class URLData
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.content._ContentItem
wt.content.ContentItem
wt.content._URLData
wt.content.URLData
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.BusinessInformation,NetFactor,ObjectMappable,Persistable,wt.fv._Revaultable,wt.fv._UniquelyIdentifiedContent,wt.fv.Revaultable,wt.fv.UniquelyIdentifiedContent,DisplayIdentification
- Direct Known Subclasses:
_ProxyURLData
@GenAsPersistable(superClass=ContentItem.class,interfaces={wt.fv.Revaultable.class,wt.fv.UniquelyIdentifiedContent.class},versions=-8826972836459100031L,properties={@GeneratedProperty(name="urlLocation",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="Holds the URL string.",constraints=@PropertyConstraints(upperLimit=2000,required=true)),@GeneratedProperty(name="displayName",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=256))},tableProperties=@TableProperties(oracleTableSize=HUGE),iconProperties=@IconProperties(standardIcon="netmarkets/images/file_url.gif",openIcon="netmarkets/images/file_url.gif"))
public class URLData
extends _URLData
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:
-
Field Summary
Fields inherited from class wt.content._URLData
URL_LOCATIONFields inherited from class wt.content._ContentItem
ROLE -
Method Summary
Methods inherited from class wt.content._URLData
setUrlLocationMethods inherited from class wt.content._ContentItem
getRole, setRoleMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
-
Method Details
-
getUrlLocation
Holds the URL string.Supported API: true
- Overrides:
getUrlLocationin class_URLData- See Also:
-