openamf/src/java/org/openamf/test Person.java,1.4,1.5
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/src/java/org/openamf/test
In directory sc8-pr-cvs1:/tmp/cvs-serv11161/src/java/org/openamf/test
Modified Files:
Person.java
Log Message:
1) updated the DefaultGateway so that Invokers are completly pluggable
2) this will also enable lots of new features for the AdvancedGateway
Index: Person.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/test/Person.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Person.java 9 Apr 2003 22:00:25 -0000 1.4
--- Person.java 30 Apr 2003 01:02:02 -0000 1.5
***************
*** 2,5 ****
--- 2,6 ----
import java.io.Serializable;
+ import java.util.ArrayList;
import java.util.Date;
***************
*** 13,16 ****
--- 14,18 ----
private int zipCode;
private Date birthDate;
+ private ArrayList extraInfo;
public Person() {
***************
*** 72,75 ****
--- 74,85 ----
public void setBirthDate(Date birthDate) {
this.birthDate = birthDate;
+ }
+
+ public ArrayList getExtraInfo() {
+ return extraInfo;
+ }
+
+ public void setExtraInfo(ArrayList list) {
+ extraInfo = list;
}
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf