All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.comhix.database.objects.HasUserId.kt Maven / Gradle / Ivy

The newest version!
package de.comhix.database.objects

/**
 * @author Benjamin Beeker
 */
abstract class HasUserId : DatabaseObject() {
    open var userId: String? = null
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy