Package com.skava.accounts.repository
Interface DocumentRepository.DocumentWithoutContent
- Enclosing interface:
- DocumentRepository
@ProjectedPayload
public static interface DocumentRepository.DocumentWithoutContent
Object to used to store the loaded documents without content
- Author:
- Infosys Equinox
-
Method Details
-
getId
Long getId()- Returns:
- the documentId
-
getContractId
Long getContractId()- Returns:
- the contractId
-
getName
String getName()- Returns:
- the documentName
-
getType
String getType()- Returns:
- the document type
-
getUrl
String getUrl()- Returns:
- the document url
-
getCreatedTime
Date getCreatedTime()- Returns:
- the document created time
-
getUpdatedTime
Date getUpdatedTime()- Returns:
- the document updated time
-