source: DCWoRMS/trunk/build/classes/schedframe/resources/computing/properties/ResourceProperties.java @ 477

Revision 477, 407 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.resources.computing.properties;
2
3import java.util.Properties;
4
5import schedframe.resources.computing.description.AbstractResourceDescription;
6
7public class ResourceProperties extends Properties{
8
9        /**
10         *
11         */
12        private static final long serialVersionUID = -2910645588712569885L;
13
14        public ResourceProperties(){
15               
16        }
17       
18        public ResourceProperties(AbstractResourceDescription ard){
19               
20        }
21}
Note: See TracBrowser for help on using the repository browser.