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