Class PointProperties

java.lang.Object
com.vaadin.componentfactory.maps.events.PointProperties
All Implemented Interfaces:
Serializable

public class PointProperties extends Object implements Serializable

PointProperties class.

Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • PointProperties

      public PointProperties()

      Constructor for PointProperties.

  • Method Details

    • getName

      public String getName()

      Getter for the field name.

      Returns:
      a String object.
    • setName

      public void setName(String name)

      Setter for the field name.

      Parameters:
      name - a String object.