Class AreaImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.AreaImpl
All Implemented Interfaces:
Area, Serializable

public class AreaImpl extends Object implements Serializable, Area
The type Area.
See Also:
  • Constructor Details

    • AreaImpl

      public AreaImpl()
  • Method Details

    • getPathpoint

      public List<PathPoint> getPathpoint()
      Description copied from interface: Area
      Gets the pathpoint.
      Specified by:
      getPathpoint in interface Area
      Returns:
      the pathpoint
      See Also:
    • setPathpoint

      public void setPathpoint(List<PathPoint> pathpoint)
      Description copied from interface: Area
      Sets the pathpoint.
      Specified by:
      setPathpoint in interface Area
      Parameters:
      pathpoint - the new pathpoint
      See Also:
    • getPathpoints

      public List<PathPoint> getPathpoints()
      Description copied from interface: Area

      Same as Area.getPathpoint()

      included in interface and implementation for backward compatibility

      Specified by:
      getPathpoints in interface Area
      Returns:
      the pathpoints
    • setPathpoints

      public void setPathpoints(List<PathPoint> pathpoint)
      Description copied from interface: Area

      Same as Area.setPathpoint(List)

      included in interface and implementation for backward compatibility

      Specified by:
      setPathpoints in interface Area
      Parameters:
      pathpoint - (list of) pathpoint to set