com.gentics.contentnode.rest.model.request
Class FileCopyRequest

java.lang.Object
  extended by com.gentics.contentnode.rest.model.request.FileCopyRequest

public class FileCopyRequest
extends java.lang.Object

Request to copy a file

Author:
johannes2

Constructor Summary
FileCopyRequest()
          Constructor used by JAXB
 
Method Summary
 File getFile()
           
 java.lang.String getNewFilename()
          Get the new filename for the copied file being created.
 void setFile(File file)
           
 void setNewFilename(java.lang.String newFilename)
          Set the new filename for the copied file being created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCopyRequest

public FileCopyRequest()
Constructor used by JAXB

Method Detail

getNewFilename

public java.lang.String getNewFilename()
Get the new filename for the copied file being created.

Returns:

setNewFilename

public void setNewFilename(java.lang.String newFilename)
Set the new filename for the copied file being created.

Parameters:
newFilename -

getFile

public File getFile()

setFile

public void setFile(File file)


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.