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