Ignore:
Timestamp:
10/04/10 11:31:33 (14 years ago)
Author:
gaba
Message:

simple-querystring handling, collections treeview correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/GenericProxyAction.java

    r713 r745  
    3030        private String actionkey;
    3131        private String q;
     32        private String squery;
    3233        private String cache = Cache.USE;
    3334        private String collection;
     
    4950        }
    5051
     52        public String getSquery() {
     53                return squery;
     54        }
     55
     56        public void setSquery(String squery) {
     57                this.squery = squery;
     58        }
     59       
    5160        public String getCache() {
    5261                return cache;
     
    119128        }
    120129       
     130
    121131        public String getFullFormat() {         
    122132                return actionkey + "2" + format;
Note: See TracChangeset for help on using the changeset viewer.