Package com.caplin.motif.fx.trading
Class InvoiceSubjectInfo
java.lang.Object
com.caplin.motif.fx.trading.InvoiceSubjectInfo
- All Implemented Interfaces:
SubjectInfo
-
Constructor Summary
ConstructorsConstructorDescriptionInvoiceSubjectInfo(String subject, String username, LocalDate paymentDate, String invoiceType) -
Method Summary
-
Constructor Details
-
InvoiceSubjectInfo
-
-
Method Details
-
getUsername
-
getPaymentDate
-
getInvoiceType
-
getSubject
Description copied from interface:SubjectInfoReturns the original subject that was parsed to create this SubjectInfo- Specified by:
getSubjectin interfaceSubjectInfo- Returns:
- The original subject.
-
equals
-
hashCode
public int hashCode() -
toString
-