public class OutputCollection extends GenericModel
DocumentConversion| Constructor and Description |
|---|
OutputCollection() |
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
getLinks()
Returns the links to the output in the collection.
|
List<Output> |
getOutputs()
Returns the list of outputs in the collection.
|
void |
setLinks(List<Link> links)
Sets the links to the output in the collection.
|
void |
setOutputs(List<Output> outputs)
Sets the output list in the collection.
|
equals, hashCode, toStringpublic List<Output> getOutputs()
public void setOutputs(List<Output> outputs)
outputs - the new outputspublic List<Link> getLinks()
Copyright © 2015. All rights reserved.