Class CalendarDescription

java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class CalendarDescription extends UiObjectBaseDescription
The description of a Java Calendar 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

    • setStyle

      public void setStyle(CalendarStyle style)
      Sets the style of a CalendarDescription. Possible values: CalendarStyle
      Parameters:
      style - the style of a CalendarDescription. Possible values: CalendarStyle
    • getStyle

      public CalendarStyle getStyle()
      Returns the style of a CalendarDescription. Possible values: CalendarStyle
      Returns:
      the style of a CalendarDescription. Possible values: CalendarStyle