Getdescriptiontexts(), Getsummarytexts(), Gettimezone() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 159: Setdescriptiontexts(string), Setsummarytexts(string), Settimezone(timezone), Getdescriptiontexts, Getsummarytexts, Gettimezone, Setdescriptiontexts
![background image](https://www.manualsdir.com/files/798675/content/doc159.png)
(continued from last page)
See Also:
createActivities(com.miginfocom.util.dates.DateRangeI, String[], String[], Object[],
Object[][], int, int, int, int, int, int)
getSummaryTexts
public String getSummaryTexts()
Property: A comma separated list of summaries that will randomly be selected from for every created activity.
Returns:
The current list. Never
null
but may be "":
setSummaryTexts
public void setSummaryTexts(String sumTexts)
Property: A comma separated list of summaries that will randomly be selected from for every created activity.
This method will recreated the demo data which may take some time.
Parameters:
sumTexts
- The new list.
null
is converted to "":
getDescriptionTexts
public String getDescriptionTexts()
Property: A comma separated list of description texts that will randomly be selected from for every created activity.
Returns:
The current list. Never
null
but may be "":
setDescriptionTexts
public void setDescriptionTexts(String descrTexts)
Property: A comma separated list of description texts that will randomly be selected from for every created activity.
This method will recreated the demo data which may take some time.
Parameters:
descrTexts
- The new list.
null
is converted to "":
getTimeZone
public TimeZone getTimeZone()
Property: The time zone to set for every created
com.miginfocom.calendar.activity.Activity
.
Returns:
The current time zone used. May be
null
.
setTimeZone
public void setTimeZone(TimeZone timeZone)
Page 159 of 196
com.miginfocom.beans.DemoDataBean