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