Class STAEntityDefinition

    • Constructor Detail

      • STAEntityDefinition

        protected STAEntityDefinition​(Set<String> navPropOptional,
                                      Set<String> navPropMandatory,
                                      Set<String> entityPropOptional,
                                      Set<String> entityPropMandatory)
    • Method Detail

      • getNavPropsOptional

        public Set<String> getNavPropsOptional()
      • getNavPropsMandatory

        public Set<String> getNavPropsMandatory()
      • getEntityPropsOptional

        public Set<String> getEntityPropsOptional()
      • getEntityPropsMandatory

        public Set<String> getEntityPropsMandatory()