Class Coordinate
- java.lang.Object
-
- org.silverpeas.core.node.coordinates.model.Coordinate
-
- All Implemented Interfaces:
Serializable
public class Coordinate extends Object implements Serializable
Class declaration- Version:
- %I%, %G%
- Author:
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Coordinate()
Empty Constructor needed for JAXB mappingCoordinate(int coordinateId, Collection coordinatePoints)
Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getCoordinateId()
Method declarationCollection
getCoordinatePoints()
Method declarationint
hashCode()
void
setCoordinateId(int coordinateId)
Method declarationvoid
setCoordinatePoints(Collection coordinatePoints)
Method declarationString
toString()
Method declaration
-
-
-
Constructor Detail
-
Coordinate
public Coordinate()
Empty Constructor needed for JAXB mapping
-
Coordinate
public Coordinate(int coordinateId, Collection coordinatePoints)
Constructor declaration- Parameters:
coordinateId
-coordinatePoints
-
-
-
Method Detail
-
getCoordinateId
public int getCoordinateId()
Method declaration- Returns:
-
getCoordinatePoints
public Collection getCoordinatePoints()
Method declaration- Returns:
-
setCoordinateId
public void setCoordinateId(int coordinateId)
Method declaration- Parameters:
coordinateId
-
-
setCoordinatePoints
public void setCoordinatePoints(Collection coordinatePoints)
Method declaration- Parameters:
coordinatePoints
-
-
-