Class PropertyInjection

  • All Implemented Interfaces:
    Joinable

    public class PropertyInjection
    extends java.lang.Object
    implements Joinable
    • Field Detail

      • table

        protected java.lang.String table
      • join

        protected Join join
    • Constructor Detail

      • PropertyInjection

        protected PropertyInjection()
      • PropertyInjection

        public PropertyInjection​(java.lang.String table,
                                 Join join)
    • Method Detail

      • getTable

        public java.lang.String getTable()
      • isSetTable

        public boolean isSetTable()
      • setTable

        public void setTable​(java.lang.String table)
      • isSetDefaultBase

        public boolean isSetDefaultBase()
      • setDefaultBase

        public void setDefaultBase​(FeatureType defaultBase)
      • isSetJoin

        public boolean isSetJoin()
        Specified by:
        isSetJoin in interface Joinable
      • setJoin

        public void setJoin​(Join join)
      • isSetProperties

        public boolean isSetProperties()