public final class Document extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Document.ProcessingState
Processing state of the document
|
static class |
Document.Type
Type of the document
|
| Constructor and Description |
|---|
Document(String id,
String name,
Document.ProcessingState processingState,
Document.Type type,
String notes,
String city) |
public Document(String id, String name, Document.ProcessingState processingState, Document.Type type, String notes, String city)
public String getId()
public String getName()
public Document.ProcessingState getProcessingState()
public Document.Type getType()
public String getNotes()
public String getCity()
Copyright © 2014. All rights reserved.