java.lang.Object
org.exoplatform.services.jcr.ext.backup.server.bean.response.ShortInfoList

public class ShortInfoList extends Object
Created by The eXo Platform SAS.
Date: 13.04.2009
Version:
$Id: ShortInfoList.java 111 2008-11-11 11:11:11Z rainf0x $
Author:
Alex Reshetnyak
  • Constructor Details

    • ShortInfoList

      public ShortInfoList()
      ShortInfoList constructor.
    • ShortInfoList

      public ShortInfoList(Collection<ShortInfo> backups)
      ShortInfoList constructor.
      Parameters:
      backups - Collection, the collection with ShortInfo for current and completed backups
  • Method Details

    • getBackups

      public Collection<ShortInfo> getBackups()
      getBackups.
      Returns:
      Collection return the list of ShortInfo for current backups
    • setBackups

      public void setBackups(Collection<ShortInfo> backups)
      setBackups.
      Parameters:
      backups - Collection, the list of ShortInfo for current and completed backups