public class DataToSignMultipleDocumentsDTO extends AbstractDataToSignDTO implements Serializable
| Constructor and Description |
|---|
DataToSignMultipleDocumentsDTO() |
DataToSignMultipleDocumentsDTO(List<RemoteDocument> toSignDocuments,
RemoteSignatureParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<RemoteDocument> |
getToSignDocuments() |
int |
hashCode() |
void |
setToSignDocuments(List<RemoteDocument> toSignDocuments) |
String |
toString() |
getParameters, setParameterspublic DataToSignMultipleDocumentsDTO()
public DataToSignMultipleDocumentsDTO(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters)
public List<RemoteDocument> getToSignDocuments()
public void setToSignDocuments(List<RemoteDocument> toSignDocuments)
Copyright © 2018. All rights reserved.