public class SKDOriginDestMatrixPointParams
extends java.lang.Object
Constructor and Description |
---|
SKDOriginDestMatrixPointParams(java.lang.String id,
java.lang.Boolean isOnTheFly)
This constructor can be used when the point attribute is not important
|
SKDOriginDestMatrixPointParams(java.lang.String id,
java.lang.Boolean isOnTheFly,
SKDMAPInputParamInfo pt) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Two instances of this class are considered to be equal if both pointId and isPointOnTheFly are the same
|
java.lang.String |
getId() |
SKDMAPInputParamInfo |
getPoint() |
int |
hashCode()
Two instances of this class are considered to be equal if both pointId and isPointOnTheFly are the same
|
java.lang.Boolean |
isOnTheFly() |
void |
setId(java.lang.String id) |
void |
setOnTheFly(java.lang.Boolean isOnTheFly) |
void |
setPoint(SKDMAPInputParamInfo pt) |
public SKDOriginDestMatrixPointParams(java.lang.String id, java.lang.Boolean isOnTheFly, SKDMAPInputParamInfo pt)
public SKDOriginDestMatrixPointParams(java.lang.String id, java.lang.Boolean isOnTheFly)
public SKDMAPInputParamInfo getPoint()
public void setPoint(SKDMAPInputParamInfo pt)
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.Boolean isOnTheFly()
public void setOnTheFly(java.lang.Boolean isOnTheFly)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object