eXo JCR :: Component :: Extension Service 1.15.0-CR2

org.exoplatform.services.jcr.ext.backup.server.bean.response
Class ShortInfoList

java.lang.Object
  extended by 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 Summary
ShortInfoList()
          ShortInfoList constructor.
ShortInfoList(Collection<ShortInfo> backups)
          ShortInfoList constructor.
 
Method Summary
 Collection<ShortInfo> getBackups()
          getBackups.
 void setBackups(Collection<ShortInfo> backups)
          setBackups.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

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

eXo JCR :: Component :: Extension Service 1.15.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.