|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.contract.model.test.source.HasAttributesInfo.Builder org.kuali.student.contract.model.test.source.ContextInfo.Builder
public static class ContextInfo.Builder
Field Summary | |
---|---|
private String |
localeLanguage
|
private String |
localeRegion
|
private String |
localeScript
|
private String |
localeVariant
|
private String |
principalId
|
private String |
timeZone
|
Constructor Summary | |
---|---|
ContextInfo.Builder()
|
|
ContextInfo.Builder(Context ctxInfo)
|
Method Summary | |
---|---|
ContextInfo |
build()
|
String |
getLocaleLanguage()
Name: Locale Language Laguage portion of the locale information used in this context |
String |
getLocaleRegion()
Name: Locale Region Laguage Region portion of the locale information to be used in this context |
String |
getLocaleScript()
Name: Locale Script Laguage Script to be used in this context |
String |
getLocaleVariant()
Name: Locale Language Variant Laguage variant portion of the locale information to be used in this context |
String |
getPrincipalId()
Name: Principal Id Principal Id of the currently authenticated user or the user on whom's behalf this method is being invoked. |
String |
getTimeZone()
Name: Tim Zone The time zone to be used in this context |
ContextInfo.Builder |
localeLanguage(String localeLanguage)
|
ContextInfo.Builder |
localeRegion(String localeRegion)
|
ContextInfo.Builder |
localeScript(String localeScript)
|
ContextInfo.Builder |
localeVariant(String localeVariant)
|
ContextInfo.Builder |
principalId(String principalId)
|
ContextInfo.Builder |
timeZone(String timeZone)
|
Methods inherited from class org.kuali.student.contract.model.test.source.HasAttributesInfo.Builder |
---|
getAttributes, setAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.student.contract.model.test.source.HasAttributes |
---|
getAttributes |
Field Detail |
---|
private String principalId
private String localeLanguage
private String localeVariant
private String localeRegion
private String localeScript
private String timeZone
Constructor Detail |
---|
public ContextInfo.Builder()
public ContextInfo.Builder(Context ctxInfo)
Method Detail |
---|
public ContextInfo build()
build
in interface ModelBuilder<ContextInfo>
public String getPrincipalId()
Context
getPrincipalId
in interface Context
public String getLocaleLanguage()
Context
getLocaleLanguage
in interface Context
public String getLocaleVariant()
Context
getLocaleVariant
in interface Context
public String getLocaleRegion()
Context
getLocaleRegion
in interface Context
public String getLocaleScript()
Context
getLocaleScript
in interface Context
public String getTimeZone()
Context
getTimeZone
in interface Context
public ContextInfo.Builder principalId(String principalId)
public ContextInfo.Builder localeLanguage(String localeLanguage)
public ContextInfo.Builder localeRegion(String localeRegion)
public ContextInfo.Builder localeVariant(String localeVariant)
public ContextInfo.Builder localeScript(String localeScript)
public ContextInfo.Builder timeZone(String timeZone)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |