org.silverpeas.attachment.web
Class SimpleDocumentUploadData

java.lang.Object
  extended by org.silverpeas.attachment.web.SimpleDocumentUploadData

public class SimpleDocumentUploadData
extends Object


Constructor Summary
SimpleDocumentUploadData()
           
 
Method Summary
 String getComment()
           
 String getContext()
           
 String getDescription()
           
 String getForeignId()
           
 boolean getIndexIt()
           
 String getLanguage()
           
 RequestFile getRequestFile()
           
 String getTitle()
           
 Integer getVersionType()
           
 String getXRequestedWith()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDocumentUploadData

public SimpleDocumentUploadData()
Method Detail

getRequestFile

public RequestFile getRequestFile()
See Also:
requestFile

getXRequestedWith

public String getXRequestedWith()
See Also:
xRequestedWith

getLanguage

public String getLanguage()
See Also:
language

getTitle

public String getTitle()
See Also:
title

getDescription

public String getDescription()
See Also:
description

getForeignId

public String getForeignId()
See Also:
foreignId

getIndexIt

public boolean getIndexIt()
See Also:
indexIt

getVersionType

public Integer getVersionType()
See Also:
versionType

getComment

public String getComment()
See Also:
comment

getContext

public String getContext()
See Also:
context


Copyright © 2016 Silverpeas. All Rights Reserved.