TWiki . Catch0405 . MappingClass

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

----- Revision r1.2 - 06 Dec 2004 - 09:01 - TorstenSpindler
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.