source: DCWoRMS/trunk/src/schedframe/scheduling/plan/PropertyInterface.java @ 477

Revision 477, 367 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.scheduling.plan;
2
3
4import schedframe.DescriptionContainer;
5
6public interface PropertyInterface<T> extends DescriptionContainer<T> {
7
8                public java.lang.String getName();
9               
10                public java.lang.String getContent();
11
12            public void setContent(
13                    final java.lang.String content);
14
15            public void setName(final java.lang.String name);
16
17}
Note: See TracBrowser for help on using the repository browser.