public interface IBasicTransData
| Modifier and Type | Method and Description |
|---|---|
PasswordInputDTO |
getConfirmationPasswordInput() |
TransactionDetailedVO |
getTransaction() |
TransactionSubjects |
getUsersWhichCanAddToContacts() |
TransactionSubjects |
getUsersWhichCanViewProfile() |
void |
setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput) |
void |
setTransaction(TransactionDetailedVO transaction) |
void |
setUsersWhichCanAddToContacts(TransactionSubjects usersWhichCanAddToContacts) |
void |
setUsersWhichCanViewProfile(TransactionSubjects usersWhichCanViewProfile) |
PasswordInputDTO getConfirmationPasswordInput()
TransactionDetailedVO getTransaction()
TransactionSubjects getUsersWhichCanAddToContacts()
TransactionSubjects getUsersWhichCanViewProfile()
void setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput)
void setTransaction(TransactionDetailedVO transaction)
void setUsersWhichCanAddToContacts(TransactionSubjects usersWhichCanAddToContacts)
void setUsersWhichCanViewProfile(TransactionSubjects usersWhichCanViewProfile)