Class CoordinatePoint
- java.lang.Object
-
- org.silverpeas.core.node.coordinates.model.CoordinatePoint
-
- All Implemented Interfaces:
Serializable
public class CoordinatePoint extends Object implements Serializable
Class declaration- Version:
- %I%, %G%
- Author:
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoordinatePoint()
Empty Constructor needed for JAXB mappingCoordinatePoint(int coordinateId, int nodeId, boolean leaf)
Constructor declarationCoordinatePoint(int coordinateId, int nodeId, boolean leaf, int level)
Constructor declarationCoordinatePoint(int coordinateId, int nodeId, boolean leaf, int level, int displayOrder)
Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getCoordinateId()
Method declarationint
getLevel()
Method declarationString
getName()
Method declarationint
getNodeId()
Method declarationint
getOrder()
Method declarationString
getPath()
int
hashCode()
boolean
isLeaf()
Method declarationvoid
setCoordinateId(int coordinateId)
Method declarationvoid
setLeaf(boolean leaf)
Method declarationvoid
setLevel(int level)
Method declarationvoid
setName(String name)
Method declarationvoid
setNodeId(int nodeId)
Method declarationvoid
setOrder(int order)
Method declarationvoid
setPath(String path)
String
toString()
Method declaration
-
-
-
Constructor Detail
-
CoordinatePoint
public CoordinatePoint()
Empty Constructor needed for JAXB mapping
-
CoordinatePoint
public CoordinatePoint(int coordinateId, int nodeId, boolean leaf)
Constructor declaration- Parameters:
coordinateId
-nodeId
-leaf
-
-
CoordinatePoint
public CoordinatePoint(int coordinateId, int nodeId, boolean leaf, int level)
Constructor declaration- Parameters:
coordinateId
-nodeId
-leaf
-level
-
-
CoordinatePoint
public CoordinatePoint(int coordinateId, int nodeId, boolean leaf, int level, int displayOrder)
Constructor declaration- Parameters:
coordinateId
-nodeId
-leaf
-level
-displayOrder
-
-
-
Method Detail
-
getCoordinateId
public int getCoordinateId()
Method declaration- Returns:
-
getNodeId
public int getNodeId()
Method declaration- Returns:
-
isLeaf
public boolean isLeaf()
Method declaration- Returns:
-
getName
public String getName()
Method declaration- Returns:
-
getLevel
public int getLevel()
Method declaration- Returns:
-
getOrder
public int getOrder()
Method declaration- Returns:
-
setCoordinateId
public void setCoordinateId(int coordinateId)
Method declaration- Parameters:
coordinateId
-
-
setNodeId
public void setNodeId(int nodeId)
Method declaration- Parameters:
nodeId
-
-
setLeaf
public void setLeaf(boolean leaf)
Method declaration- Parameters:
leaf
-
-
setName
public void setName(String name)
Method declaration- Parameters:
name
-
-
setLevel
public void setLevel(int level)
Method declaration- Parameters:
level
-
-
setOrder
public void setOrder(int order)
Method declaration- Parameters:
order
-
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
-