public class ChainedFileModel extends Object
| Constructor and Description |
|---|
ChainedFileModel() |
ChainedFileModel(List<String> elements,
String nextFile)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getElements()
getElements
|
String |
getNextFile()
getNextFile
|
ChainedFileModel |
setElements(List<String> elements) |
ChainedFileModel |
setNextFile(String nextFile) |
public ChainedFileModel(List<String> elements, String nextFile)
elements - elmentsnextFile - nextFilepublic ChainedFileModel()
public ChainedFileModel setElements(List<String> elements)
elements - public String getNextFile()
public ChainedFileModel setNextFile(String nextFile)
nextFile - Copyright © 2018 Vitam. All rights reserved.