Constant Field Values

Contents

io.github.*

  • io.github.astrapi69.data.activatable.Activatable 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLUMN_NAME_ACTIVE "active"
  • io.github.astrapi69.data.creatable.ByCreatable<T,​U> 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLUMN_NAME_CREATED_BY "createdBy"
  • io.github.astrapi69.data.creatable.Creatable<T> 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLUMN_NAME_CREATED "created"
  • io.github.astrapi69.data.deletable.ByDeletable<T,​U> 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLUMN_NAME_DELETED_BY "deletedBy"
  • io.github.astrapi69.data.deletable.Deletable<T> 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLUMN_NAME_DELETED "deleted"
  • io.github.astrapi69.data.identifiable.Identifiable<PK extends java.io.Serializable> 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLUMN_NAME_ID "id"
  • io.github.astrapi69.data.nameable.Nameable 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLUMN_NAME_NAME "name"
  • io.github.astrapi69.data.verifiable.Verifiable 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLUMN_NAME_SIGNATURE "signature"
  • io.github.astrapi69.data.versionable.Versionable 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLUMN_NAME_VERSION "version"
  • io.github.astrapi69.data.visibility.Visibility 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLUMN_NAME_VISIBLE "visible"