Class DIMWrapper.Document
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.DIMWrapper.Document
-
- Enclosing class:
- DIMWrapper
public static final class DIMWrapper.Document extends Object
-
-
Constructor Summary
Constructors Constructor Description Document(String p_strCSRFToken, String p_strLastModified, String p_strDocId, String p_strFileId, String p_strFileName, String p_strContentType, String p_strDownloadUrl, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_dataCollection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
String
getCSRFToken()
de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection
getDataCollection()
String
getDocId()
String
getDownloadUrl()
String
getFileId()
String
getFileName()
String
getLastModified()
-
-
-
Method Detail
-
getCSRFToken
public String getCSRFToken()
-
getLastModified
public String getLastModified()
-
getDocId
public String getDocId()
-
getFileId
public String getFileId()
-
getDownloadUrl
public String getDownloadUrl()
-
getContentType
public String getContentType()
-
getFileName
public String getFileName()
-
getDataCollection
public de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection getDataCollection()
-
-