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
RevLine 
[477]1package schedframe.resources;
2
3
[1207]4
[477]5public interface Resource {
6
7        public String getName();
[893]8       
9        public String getFullName();
[477]10
11        public ResourceType getType();
12
13        public ResourceStatus getStatus();
14       
15}
Note: See TracBrowser for help on using the repository browser.