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

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