Changeset 360


Ignore:
Timestamp:
08/08/12 13:39:37 (13 years ago)
Author:
mcichenski
Message:

ApplicationProperty? implementation

Location:
gssim/trunk/db/gssim/db
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • gssim/trunk/db/gssim/db/find/Finder.java

    r5 r360  
    240240                return finder; 
    241241        } 
     242         
     243        public static Finder getApplicationPropertyFinder(String key) { 
     244 
     245                Finder finder = new Finder(); 
     246 
     247                finder.setCriteria("key", key); 
     248 
     249                return finder; 
     250        } 
    242251 
    243252        public String getString(String key) { 
Note: See TracChangeset for help on using the changeset viewer.