public final class Document
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Document.DocumentBuilder |
| Constructor and Description |
|---|
Document() |
Document(DocumentType type,
java.lang.String front,
java.lang.String back) |
| Modifier and Type | Method and Description |
|---|---|
static Document.DocumentBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBack() |
java.lang.String |
getFront() |
DocumentType |
getType() |
int |
hashCode() |
void |
setBack(java.lang.String back) |
void |
setFront(java.lang.String front) |
void |
setType(DocumentType type) |
java.lang.String |
toString() |
public Document(DocumentType type, java.lang.String front, java.lang.String back)
public Document()
public static Document.DocumentBuilder builder()
public DocumentType getType()
public java.lang.String getFront()
public java.lang.String getBack()
public void setType(DocumentType type)
public void setFront(java.lang.String front)
public void setBack(java.lang.String back)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object