Class ShortInfoList
java.lang.Object
org.exoplatform.services.jcr.ext.backup.server.bean.response.ShortInfoList
Created by The eXo Platform SAS.
Date: 13.04.2009
Date: 13.04.2009
- Version:
- $Id: ShortInfoList.java 111 2008-11-11 11:11:11Z rainf0x $
- Author:
- Alex Reshetnyak
-
Constructor Summary
ConstructorsConstructorDescriptionShortInfoList constructor.ShortInfoList(Collection<ShortInfo> backups) ShortInfoList constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetBackups.voidsetBackups(Collection<ShortInfo> backups) setBackups.
-
Constructor Details
-
ShortInfoList
public ShortInfoList()ShortInfoList constructor. -
ShortInfoList
ShortInfoList constructor.- Parameters:
backups- Collection, the collection with ShortInfo for current and completed backups
-
-
Method Details
-
getBackups
getBackups.- Returns:
- Collection return the list of ShortInfo for current backups
-
setBackups
setBackups.- Parameters:
backups- Collection, the list of ShortInfo for current and completed backups
-