Package com.caplin.motif.fx.unsettled
Class UnsettledSubjectInfo
- java.lang.Object
-
- com.caplin.motif.fx.unsettled.UnsettledSubjectInfo
-
- All Implemented Interfaces:
SubjectInfo
public class UnsettledSubjectInfo extends java.lang.Object implements SubjectInfo
-
-
Constructor Summary
Constructors Constructor Description UnsettledSubjectInfo(java.lang.String subject, java.lang.String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getSubject()
Returns the original subject that was parsed to create this SubjectInfojava.lang.String
getUsername()
int
hashCode()
-
-
-
Method Detail
-
getUsername
public java.lang.String getUsername()
-
getSubject
public java.lang.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.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-