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
DISPLAY_NAME, EXTERNALIZATION_VERSION_UID, URL_LOCATIONFields inherited from class wt.content._ContentItem
AUTHORED_BY, CATEGORY, COMMENTS, CREATED_BY, DESCRIPTION, DISTRIBUTABLE, FORMAT, HOLDER_LINK, INTENT_TO_CHANGE, LAST_AUTHORED, LINE_NUMBER, MODIFIED_BY, ROLE, STALEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fv._Revaultable
REVAULT_SESSION_IDFields inherited from interface wt.fv._UniquelyIdentifiedContent
STREAM_IDFields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITYFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.fv.Revaultable
INITIAL_VALUE -
Method Summary
Methods inherited from class wt.content._URLData
getClassInfo, getConceptualClassname, getDisplayName, getRevaultSessionId, getStreamId, getType, readExternal, readExternal, readVersion, setDisplayName, setRevaultSessionId, setStreamId, setUrlLocation, super_readExternal_URLData, super_readVersion_URLData, super_writeExternal_URLData, writeExternal, writeExternalMethods inherited from class wt.content.ContentItem
getBusinessType, getFormatName, setFormatNameMethods inherited from class wt.content._ContentItem
getAuthoredBy, getCategory, getComments, getCreatedBy, getDescription, getFormat, getHolderLink, getIntentToChange, getLastAuthored, getLineNumber, getModifiedBy, getRole, isDistributable, isStale, readVersion, setAuthoredBy, setCategory, setComments, setCreatedBy, setDescription, setDistributable, setFormat, setHolderLink, setIntentToChange, setLastAuthored, setLineNumber, setModifiedBy, setRole, setStale, super_readExternal_ContentItem, super_readVersion_ContentItem, super_writeExternal_ContentItemMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo
-
Method Details
-
getUrlLocation
Holds the URL string.Supported API: true
- Overrides:
getUrlLocationin class_URLData- See Also:
-