Class Model.ProductWrapper

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

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

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

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

      • getPrice

        public cz.o2.proxima.example.Example.Price getPrice()
      • getDetails

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