Class UserTO


  • public class UserTO
    extends java.lang.Object
    This class is the access object to user-password pairs in XML.

    It uses the Simple framework for XML serialization, and its corresponding annotation-based configuration.

    See Also:
    Simple framework
    • Constructor Summary

      Constructors 
      Constructor Description
      UserTO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPassword()  
      java.lang.String getUsername()  
      void setPassword​(java.lang.String password)  
      void setUsername​(java.lang.String username)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setUsername

        public void setUsername​(java.lang.String username)
      • setPassword

        public void setPassword​(java.lang.String password)