source:
xssim/branches/tpiontek/src/test/rewolucja/resources/Category.java
@
104
Revision 104, 200 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package test.rewolucja.resources; |
2 | |
3 | public class Category { |
4 | |
5 | protected String name; |
6 | |
7 | public Category(String name) { |
8 | super(); |
9 | this.name = name; |
10 | } |
11 | |
12 | public String getName() { |
13 | return name; |
14 | } |
15 | |
16 | } |
Note: See TracBrowser
for help on using the repository browser.