|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.user.infos.XUserTestCreateInfo
public class XUserTestCreateInfo
XUserTestCreateInfo contains results of running a create user test. Note that unlike XUserInfo, this DTO does not inherit from XObjectInfo (no user object has actually been created).
| Field Summary | |
|---|---|
String |
EMailAddressThe User's email address. |
String |
FailReasonMessageIf the parameters failed the test, this will be set to the reason. |
String |
FullNameThe User's Full Name (e.g. |
boolean |
GuestBoolean for Guest (vs. |
boolean |
InternalBoolean for internal Realm (vs. external configured Realm) |
String |
LocaleIDThe User's Locale. |
boolean |
PassDid the parameters pass the test? |
String |
PhoneNumberThe phone number for this User. |
String |
RealmDataThe User's Realm Data. |
XObjectID |
RealmIDThe User's Realm ID. |
String |
RealmNameThe User's Realm Name. |
String |
TimeZoneIDThe User's Time Zone. |
| Constructor Summary | |
|---|---|
XUserTestCreateInfo() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String EMailAddress
public boolean Pass
public String FailReasonMessage
public boolean Internal
public XObjectID RealmID
public String RealmName
public String RealmData
public boolean Guest
public String FullName
public String PhoneNumber
public String TimeZoneID
public String LocaleID
| Constructor Detail |
|---|
public XUserTestCreateInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||