Class UdbOrganizationUnitTypeView

java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<OrganizationUnitTypeView>
org.teamapps.model.controlcenter.UdbOrganizationUnitTypeView
All Implemented Interfaces:
OrganizationUnitTypeView, org.teamapps.universaldb.pojo.Entity<OrganizationUnitTypeView>, org.teamapps.universaldb.pojo.Identifiable, org.teamapps.universaldb.record.EntityBuilder<OrganizationUnitTypeView>

public class UdbOrganizationUnitTypeView
extends org.teamapps.universaldb.pojo.AbstractUdbEntity<OrganizationUnitTypeView>
implements OrganizationUnitTypeView
  • Field Details

    • table

      protected static org.teamapps.universaldb.index.TableIndex table
    • name

      protected static org.teamapps.universaldb.index.translation.TranslatableTextIndex name
    • abbreviation

      protected static org.teamapps.universaldb.index.translation.TranslatableTextIndex abbreviation
    • icon

      protected static org.teamapps.universaldb.index.text.TextIndex icon
    • translateOrganizationUnits

      protected static org.teamapps.universaldb.index.bool.BooleanIndex translateOrganizationUnits
    • allowUserContainer

      protected static org.teamapps.universaldb.index.bool.BooleanIndex allowUserContainer
    • defaultChildType

      protected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndex defaultChildType
    • possibleChildrenTypes

      protected static org.teamapps.universaldb.index.reference.multi.MultiReferenceIndex possibleChildrenTypes
    • geoLocationType

      protected static org.teamapps.universaldb.index.numeric.ShortIndex geoLocationType
  • Constructor Details

    • UdbOrganizationUnitTypeView

      public UdbOrganizationUnitTypeView()
    • UdbOrganizationUnitTypeView

      public UdbOrganizationUnitTypeView​(int id, boolean createEntity)
  • Method Details