java.lang.Object
com.appiancorp.suiteapi.portal.portlets.miniwebsite.FileChange
All Implemented Interfaces:
Serializable

@Deprecated public class FileChange extends Object implements Serializable
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
See Also:
  • Constructor Details

    • FileChange

      public FileChange()
      Deprecated.
  • Method Details

    • getNewFilename

      public String getNewFilename()
      Deprecated.
      Returns the newFilename.
      Returns:
      String
    • getOldFilename

      public String getOldFilename()
      Deprecated.
      Returns the oldFilename.
      Returns:
      String
    • setNewFilename

      public void setNewFilename(String newFilename)
      Deprecated.
      Sets the newFilename.
      Parameters:
      newFilename - The newFilename to set
    • setOldFilename

      public void setOldFilename(String oldFilename)
      Deprecated.
      Sets the oldFilename.
      Parameters:
      oldFilename - The oldFilename to set