source: DCWoRMS/branches/coolemall/src/schedframe/resources/Resource.java @ 893

Revision 893, 193 bytes checked in by wojtekp, 12 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.resources;
2
3
4public interface Resource {
5
6        public String getName();
7       
8        public String getFullName();
9
10        public ResourceType getType();
11
12        public ResourceStatus getStatus();
13       
14}
Note: See TracBrowser for help on using the repository browser.