source:
branches/objectmq-1.0/src/omq/ztest/farm/Animal.java
Last change on this file was 33, checked in by amoreno, 11 years ago | |
---|---|
File size: 166 bytes |
Line | |
---|---|
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.