@QiStruct open class DateString
Struct representing a date as a string.
Since
2
<init> |
Create a new DateString(dateString: String!) |
equals |
open fun equals(other: Any?): Boolean |
getDateString |
The string should be in the format yyyy-MM-dd, in order to be used to create nodes and triples. open fun getDateString(): String! |
hashCode |
open fun hashCode(): Int |
setDateString |
Setter for dateString The string should be in the format yyyy-MM-dd, in order to be used to create nodes and triples. open fun setDateString(dateString: String!): Unit |
toString |
open fun toString(): String |