Class CalendarDescription

All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class CalendarDescription extends UiObjectWithLayoutInfoDescription
The description of a standard Windows test object.
  • Constructor Details

    • CalendarDescription

      public CalendarDescription()
      Initializes a new instance of the CalendarDescription class.
    • CalendarDescription

      protected CalendarDescription(CalendarDescription.Init<?> init)
      Initializes a new instance of the CalendarDescription class using the Builder pattern.
      Parameters:
      init - the Builder pattern.
  • Method Details

    • getState

      public CheckedState getState()
      Returns the Calendar status of the CalendarDescription. Possible values: CheckedState
      Returns:
      the CalendarDescription status. Possible values: CheckedState
    • setState

      public void setState(CheckedState state)
      Sets the status of the CalendarDescription.
      Parameters:
      state - the Calendar status. Possible values: CheckedState
    • setDate

      public void setDate(Date date)
      Sets the current date of the CalendarDescription.
      Parameters:
      date - the current date of the CalendarDescription.
    • getDate

      public Date getDate() throws GeneralLeanFtException
      Returns the date of the CalendarDescription.
      Returns:
      the date of the CalendarDescription.
      Throws:
      GeneralLeanFtException - if error occurs during execution