Package wt.content

Class 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: