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 Object implements SubjectInfo
-
-
Constructor Summary
Constructors Constructor Description UnsettledSubjectInfo(String subject, String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getSubject()
Returns the original subject that was parsed to create this SubjectInfoString
getUsername()
int
hashCode()
-
-
-
Method Detail
-
getUsername
public String getUsername()
-
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.
-
-