Class ShortInfoList
- 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 Summary
Constructors Constructor Description ShortInfoList()ShortInfoList constructor.ShortInfoList(Collection<ShortInfo> backups)ShortInfoList constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<ShortInfo>getBackups()getBackups.voidsetBackups(Collection<ShortInfo> backups)setBackups.
-
-
-
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
-
-