Class ValueLocator<T>
java.lang.Object
com.google.web.bindery.requestfactory.shared.Locator<T,Void>
com.google.web.bindery.requestfactory.shared.ValueLocator<T>
- Type Parameters:
T
- the type of domain object the Locator will operate on
-
Constructor Details
-
ValueLocator
public ValueLocator()
-
-
Method Details
-
getDomainType
Returnsnull
.- Specified by:
getDomainType
in classLocator<T,
Void>
-
getId
Returnsnull
. -
getIdType
Returnsnull
. -
getVersion
Returnsnull
.- Specified by:
getVersion
in classLocator<T,
Void> - Parameters:
domainObject
- the object to obtain an id for- Returns:
- the object's version or
null
-