public class User1 { private String userID; private String userName; public User1() { } public String getID() { return userID; } public void setID(String newUserID) { userID = newUserID; } public String getUserName() { return userName; } public void setUserName(String newUserName) { userName = newUserName; } }-- OtherDenisRaschpichler - 06 Dec 2004
Topic MappingClass . { Edit | Attach | Ref-By | Printable | Diffs | r1.2 | > | r1.1 | More } |
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.
|
This website has been archived and is no longer maintained.