public class

EntityProxyModel

extends Object
java.lang.Object
   ↳ com.google.gwt.requestfactory.rebind.model.EntityProxyModel

Class Overview

Represents an EntityProxy subtype.

Summary

Nested Classes
class EntityProxyModel.Builder Builds EntityProxyModel
enum EntityProxyModel.Type The kind of proxy. 
Public Methods
Class<?> getProxyFor()
String getQualifiedBinaryName()
String getQualifiedSourceName()
List<RequestMethod> getRequestMethods()
EntityProxyModel.Type getType()
String toString()
For debugging use only.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Class<?> getProxyFor ()

public String getQualifiedBinaryName ()

public String getQualifiedSourceName ()

public List<RequestMethod> getRequestMethods ()

public EntityProxyModel.Type getType ()

public String toString ()

For debugging use only.