Class Model.UserWrapper

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Model

    public class Model.UserWrapper
    extends java.lang.Object
    implements java.io.Serializable
    Class wrapping access to attribute data of entity user.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      cz.o2.proxima.example.Example.UserDetails getDetails()  
      cz.o2.proxima.example.Example.UserPreferences getPreferences()  
      • Methods inherited from class java.lang.Object

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

      • getPreferences

        public cz.o2.proxima.example.Example.UserPreferences getPreferences()
      • getDetails

        public cz.o2.proxima.example.Example.UserDetails getDetails()