Package cz.o2.proxima.testing.model
Class Model.Product
- java.lang.Object
-
- cz.o2.proxima.testing.model.Model.Product
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Model
public class Model.Product extends java.lang.Object implements java.io.SerializableClass wrapping views on entity product- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityAwareAttributeDescriptor.Wildcard<cz.o2.proxima.example.Example.ProductCategory>getCategoryDescriptor()EntityDescriptorgetDescriptor()EntityAwareAttributeDescriptor.Regular<cz.o2.proxima.example.Example.ProductDetails>getDetailsDescriptor()EntityAwareAttributeDescriptor.Regular<cz.o2.proxima.example.Example.Price>getPriceDescriptor()
-
-
-
Method Detail
-
getDescriptor
public EntityDescriptor getDescriptor()
-
getPriceDescriptor
public EntityAwareAttributeDescriptor.Regular<cz.o2.proxima.example.Example.Price> getPriceDescriptor()
-
getDetailsDescriptor
public EntityAwareAttributeDescriptor.Regular<cz.o2.proxima.example.Example.ProductDetails> getDetailsDescriptor()
-
getCategoryDescriptor
public EntityAwareAttributeDescriptor.Wildcard<cz.o2.proxima.example.Example.ProductCategory> getCategoryDescriptor()
-
-