|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openquark.cal.runtime.ExecutionContextProperties.Builder
public static final class ExecutionContextProperties.Builder
An instance of this class can be used to gather up key-value pairs to turn into a
ExecutionContextProperties instance.
| Constructor Summary | |
|---|---|
ExecutionContextProperties.Builder()
Constructs a Builder. |
|
| Method Summary | |
|---|---|
void |
setLocale(Locale locale)
Sets the current locale associated with the execution context. |
void |
setProperty(String key,
Object value)
Sets the value for a particular key. |
void |
setTimeZone(String timeZoneID)
Sets the current time zone associated with the execution context. |
void |
setTimeZone(TimeZone timeZone)
Sets the current time zone associated with the execution context. |
ExecutionContextProperties |
toProperties()
Builds an ExecutionContextProperties instance based on the information gathered so far. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionContextProperties.Builder()
| Method Detail |
|---|
public void setLocale(Locale locale)
locale - the locale.public void setTimeZone(TimeZone timeZone)
timeZone - the time zone.public void setTimeZone(String timeZoneID)
timeZoneID - the time zone ID.
public void setProperty(String key,
Object value)
key - the key of the property.value - the value of the property.public ExecutionContextProperties toProperties()
ExecutionContextProperties instance based on the information gathered so far.
ExecutionContextProperties.
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||