Transfer

public final class Transfer

Constructors

Transfer
Link copied to clipboard
Transfer Transfer(String comment, LocalDateTime created, String id, Owner owner, TransferRequestRecipient recipient, String reponseComment, LocalDateTime responded, StatusEnum status, TransferRequestSubject subject)

Functions

getComment
Link copied to clipboard
final String getComment()
getCreated
Link copied to clipboard
final LocalDateTime getCreated()
getId
Link copied to clipboard
final String getId()
getOwner
Link copied to clipboard
final Owner getOwner()
getRecipient
Link copied to clipboard
final TransferRequestRecipient getRecipient()
getReponseComment
Link copied to clipboard
final String getReponseComment()
getResponded
Link copied to clipboard
final LocalDateTime getResponded()
getStatus
Link copied to clipboard
final StatusEnum getStatus()
getSubject
Link copied to clipboard
final TransferRequestSubject getSubject()
setComment
Link copied to clipboard
final Unit setComment(String comment)
setCreated
Link copied to clipboard
final Unit setCreated(LocalDateTime created)
setId
Link copied to clipboard
final Unit setId(String id)
setOwner
Link copied to clipboard
final Unit setOwner(Owner owner)
setRecipient
Link copied to clipboard
final Unit setRecipient(TransferRequestRecipient recipient)
setReponseComment
Link copied to clipboard
final Unit setReponseComment(String reponseComment)
setResponded
Link copied to clipboard
final Unit setResponded(LocalDateTime responded)
setStatus
Link copied to clipboard
final Unit setStatus(StatusEnum status)
setSubject
Link copied to clipboard
final Unit setSubject(TransferRequestSubject subject)

Properties

comment
Link copied to clipboard
private String comment

A comment about the transfer request

created
Link copied to clipboard
private LocalDateTime created

The transfer request date

id
Link copied to clipboard
private String id

The transfer unique identifier

owner
Link copied to clipboard
private Owner owner

The user or organization currently owning the transfered object

recipient
Link copied to clipboard
private TransferRequestRecipient recipient

The user or organization receiving the transfered object

reponseComment
Link copied to clipboard
private String reponseComment

A comment about the transfer response

responded
Link copied to clipboard
private LocalDateTime responded

The transfer response date

status
Link copied to clipboard
private StatusEnum status

The current transfer request status

subject
Link copied to clipboard
private TransferRequestSubject subject

The transfered object