class IdentifierInfo : Info
Methods called "new" will return the identifier of newly created entity by using this class.
User: Kirill, Date: 14.09.13 14:55
IdentifierInfo()
Methods called "new" will return the identifier of newly created entity by using this class. |
var identifier: String?
It has format {serverId}-{autoincrementId}. Where serverId - unique id of the server, autoincrementId - just +1 unique long id within the server. Both identifiers are in scale of notation with basis 32. To serialize number to the string .ALLOWED_LETTERS array used. Use com.srv4pos.server.api.infrastructure.http.HttpHelper.shortify to serialize. * |
const val ALLOWED_LETTERS: String |
fun of(identifier: String): IdentifierInfo |
fun Info.toJson(): String |