Class Document
- java.lang.Object
-
- br.com.juno.integration.api.model.BaseModel
-
- br.com.juno.integration.api.model.Document
-
- All Implemented Interfaces:
Serializable
public class Document extends BaseModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApprovalStatus()StringgetDescription()StringgetDetails()StringgetRejectionReason()StringgetType()protected voidsetApprovalStatus(String approvalStatus)protected voidsetDescription(String description)protected voidsetDetails(String details)protected voidsetRejectionReason(String rejectionReason)protected voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
-
getDescription
public String getDescription()
-
getApprovalStatus
public String getApprovalStatus()
-
getRejectionReason
public String getRejectionReason()
-
getDetails
public String getDetails()
-
setType
protected void setType(String type)
-
setDescription
protected void setDescription(String description)
-
setApprovalStatus
protected void setApprovalStatus(String approvalStatus)
-
setRejectionReason
protected void setRejectionReason(String rejectionReason)
-
setDetails
protected void setDetails(String details)
-
-