source:
branches/objectmq-1.0/src/omq/ztest/farm/Animal.java
@
35
| Last change on this file since 35 was 33, checked in by amoreno, 13 years ago | |
|---|---|
| File size: 166 bytes | |
| Rev | Line | |
|---|---|---|
| [33] | 1 | package omq.ztest.farm; |
| 2 | ||
| 3 | import java.io.Serializable; | |
| 4 | ||
| 5 | public interface Animal extends Serializable { | |
| 6 | public String getName(); | |
| 7 | ||
| 8 | public void setName(String name); | |
| 9 | } |
Note: See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/objectmq/chrome/site/your_project_logo.png)