Package com.caplin.motif.fx.orders
Class OrderSubjectInfo
- java.lang.Object
-
- com.caplin.motif.fx.orders.OrderSubjectInfo
-
- All Implemented Interfaces:
SubjectInfo
public class OrderSubjectInfo extends Object implements SubjectInfo
-
-
Constructor Summary
Constructors Constructor Description OrderSubjectInfo(String subject, String username, String orderId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getOrderId()
String
getSubject()
Returns the original subject that was parsed to create this SubjectInfoString
getUsername()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getUsername
public String getUsername()
-
getOrderId
public String getOrderId()
-
getSubject
public String getSubject()
Description copied from interface:SubjectInfo
Returns the original subject that was parsed to create this SubjectInfo- Specified by:
getSubject
in interfaceSubjectInfo
- Returns:
- The original subject.
-
-