Class FeatureTypeRelation


  • @Entity
    public class FeatureTypeRelation
    extends Object
    Author:
    Roy Braam
    • Constructor Detail

      • FeatureTypeRelation

        public FeatureTypeRelation()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • setForeignFeatureType

        public void setForeignFeatureType​(SimpleFeatureType foreignFeatureType)
      • isSearchNextRelation

        public boolean isSearchNextRelation()
      • setSearchNextRelation

        public void setSearchNextRelation​(boolean searchNextRelation)
      • isCanCreateNewRelation

        public boolean isCanCreateNewRelation()
      • setCanCreateNewRelation

        public void setCanCreateNewRelation​(boolean canCreateNewRelation)
      • toJSONObject

        public org.json.JSONObject toJSONObject​(SimpleFeatureType head)
                                         throws org.json.JSONException
        Throws:
        org.json.JSONException