Package openGql.grammar
Class TimestampWithTimeZoneType
- java.lang.Object
-
- openGql.grammar.TimestampWithTimeZoneType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<TimestampWithTimeZoneType>
public class TimestampWithTimeZoneType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<TimestampWithTimeZoneType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimestampWithTimeZoneType(java.lang.Boolean notNull)Constructs an immutableTimestampWithTimeZoneType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(TimestampWithTimeZoneType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
TimestampWithTimeZoneType
public TimestampWithTimeZoneType(java.lang.Boolean notNull)
Constructs an immutableTimestampWithTimeZoneType.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(TimestampWithTimeZoneType other)
- Specified by:
compareToin interfacejava.lang.Comparable<TimestampWithTimeZoneType>
-
-