public class Document
Document model used in the application and database.
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<net.doo.snap.entity.Document> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals() |
long |
getDate() |
DocumentType |
getDocumentType() |
java.lang.String |
getId() |
Language |
getLanguage() |
java.lang.String |
getName() |
OcrStatus |
getOcrStatus() |
java.lang.String |
getOcrText() |
int |
getPagesCount() |
long |
getSize() |
java.lang.String |
getThumbnailUri() |
int |
hashCode() |
void |
setDate() |
void |
setDocumentType() |
void |
setId() |
void |
setLanguage() |
void |
setName() |
void |
setOcrStatus() |
void |
setOcrText() |
void |
setPagesCount() |
void |
setSize() |
void |
setThumbnailUri() |
java.lang.String |
toString() |
void |
writeToParcel() |
public static android.os.Parcelable.Creator<net.doo.snap.entity.Document> CREATOR
public java.lang.String getId()
public void setId()
public java.lang.String getName()
public void setName()
public long getDate()
public void setDate()
public java.lang.String getThumbnailUri()
public void setThumbnailUri()
public int getPagesCount()
public void setPagesCount()
public long getSize()
public void setSize()
public OcrStatus getOcrStatus()
public void setOcrStatus()
public Language getLanguage()
public void setLanguage()
public DocumentType getDocumentType()
public void setDocumentType()
public java.lang.String getOcrText()
public void setOcrText()
public boolean equals()
public int hashCode()
public java.lang.String toString()
public int describeContents()
public void writeToParcel()