Package wt.content
Class _ApplicationData
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.content._ContentItem
wt.content.ContentItem
wt.content._ApplicationData
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.BusinessInformation,NetFactor,ObjectMappable,Persistable,DisplayIdentification
- Direct Known Subclasses:
ApplicationData
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe fileName of this piece of content.static final StringThe path where this piece of content was uploaded fromFields inherited from class wt.content._ContentItem
ROLE -
Method Summary
Modifier and TypeMethodDescriptionThe fileName of this piece of content.The path where this piece of content was uploaded fromvoidsetFileName(String fileName) The fileName of this piece of content.voidsetUploadedFromPath(String uploadedFromPath) The path where this piece of content was uploaded fromMethods inherited from class wt.content._ContentItem
getRole, setRoleMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
-
Field Details
-
UPLOADED_FROM_PATH
The path where this piece of content was uploaded fromSupported API: true
- See Also:
-
FILE_NAME
The fileName of this piece of content. This is what the name of the file was when you originally uploaded it.Supported API: true
- See Also:
-
-
Method Details
-
getUploadedFromPath
The path where this piece of content was uploaded fromSupported API: true
- See Also:
-
setUploadedFromPath
The path where this piece of content was uploaded fromSupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getFileName
The fileName of this piece of content. This is what the name of the file was when you originally uploaded it.Supported API: true
- See Also:
-
setFileName
The fileName of this piece of content. This is what the name of the file was when you originally uploaded it.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-