Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.lotus.cs
Class EntryInfo

java.lang.Object
  extended bycom.lotus.cs.EntryInfo

public class EntryInfo
extends java.lang.Object

The EntryInfo encapsulates an entry in a calendar. To retrieve entries for a specific day in the calendar, first use ViewInfo.getCalendarDayInfo() to get a CalendarDayInfo for the day and then use CalendarDayInfo.getEntryInfo() to get the set of entries (EntryInfos) for the day.

See Also:
ViewInfo.getCalendarDayInfo(java.lang.String, int), CalendarDayInfo, CalendarDayInfo.getEntryInfo()

Method Summary
 java.lang.String getAlt()
          This method is provided for convenient formatting of a bubble help String for a calendar entry.
 java.lang.String getIconName()
          Returns the name of the gif image which should be displayed with this entry.
 java.lang.String getSummary()
          This method is provided for convenient formatting of the values returned by getValues.
 java.lang.String getUNID()
          Returns the universal ID of the document associated with this entry.
 java.lang.String[] getValues()
          Returns a String array representing the values for the entry.
 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUNID

public java.lang.String getUNID()
Returns the universal ID of the document associated with this entry.


getIconName

public java.lang.String getIconName()
Returns the name of the gif image which should be displayed with this entry.


getValues

public java.lang.String[] getValues()
Returns a String array representing the values for the entry. Note that most, but not all calendar database designs return the values in the following format:
(0)date (always format "yyyy-MM-dd")
(1)icon
(2)starttime
(3)separator
(4)endtime
(5)description


getSummary

public java.lang.String getSummary()
This method is provided for convenient formatting of the values returned by getValues. Note: This method currently only supports format "MM/dd/yy".

See Also:
getValues()

getAlt

public java.lang.String getAlt()
This method is provided for convenient formatting of a bubble help String for a calendar entry. Note: This method currently only supports format "MM/dd/yyyy hh:mm:s a".

See Also:
getValues()

Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.