Class AreaImpl
java.lang.Object
com.priint.pubserver.metadata.xml.note.AreaImpl
- All Implemented Interfaces:
Area,Serializable
The type Area.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the pathpoint.Same asArea.getPathpoint()voidsetPathpoint(List<PathPoint> pathpoint) Sets the pathpoint.voidsetPathpoints(List<PathPoint> pathpoint) Same asArea.setPathpoint(List)
-
Constructor Details
-
AreaImpl
public AreaImpl()
-
-
Method Details
-
getPathpoint
Description copied from interface:AreaGets the pathpoint.- Specified by:
getPathpointin interfaceArea- Returns:
- the pathpoint
- See Also:
-
setPathpoint
Description copied from interface:AreaSets the pathpoint.- Specified by:
setPathpointin interfaceArea- Parameters:
pathpoint- the new pathpoint- See Also:
-
getPathpoints
Description copied from interface:AreaSame as
Area.getPathpoint()included in interface and implementation for backward compatibility
- Specified by:
getPathpointsin interfaceArea- Returns:
- the pathpoints
-
setPathpoints
Description copied from interface:AreaSame as
Area.setPathpoint(List)included in interface and implementation for backward compatibility
- Specified by:
setPathpointsin interfaceArea- Parameters:
pathpoint- (list of) pathpoint to set
-