Package org.umlg.sqlg.services
Record Class SqlgPGRoutingFactory.StartEndVid
java.lang.Object
java.lang.Record
org.umlg.sqlg.services.SqlgPGRoutingFactory.StartEndVid
- Enclosing class:
- SqlgPGRoutingFactory
-
Constructor Summary
ConstructorsConstructorDescriptionStartEndVid
(long start_vid, long end_vid) Creates an instance of aStartEndVid
record class. -
Method Summary
Modifier and TypeMethodDescriptionlong
end_vid()
Returns the value of theend_vid
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.long
Returns the value of thestart_vid
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
StartEndVid
public StartEndVid(long start_vid, long end_vid) Creates an instance of aStartEndVid
record class.- Parameters:
start_vid
- the value for thestart_vid
record componentend_vid
- the value for theend_vid
record component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='. -
start_vid
public long start_vid()Returns the value of thestart_vid
record component.- Returns:
- the value of the
start_vid
record component
-
end_vid
public long end_vid()Returns the value of theend_vid
record component.- Returns:
- the value of the
end_vid
record component
-