org.jboss.errai.common.client.types
Class UnsatisfiedForwardLookup

java.lang.Object
  extended by org.jboss.errai.common.client.types.UnsatisfiedForwardLookup

public final class UnsatisfiedForwardLookup
extends Object

Author:
Mike Brock

Constructor Summary
UnsatisfiedForwardLookup(String id)
           
 
Method Summary
 DeferredBinder getBinder()
           
 String getId()
           
 Object getKey()
           
 String getPath()
           
 Object getVal()
           
 void setBinder(DeferredBinder binder)
           
 void setKey(Object key)
           
 void setPath(String path)
           
 void setVal(Object val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsatisfiedForwardLookup

public UnsatisfiedForwardLookup(String id)
Method Detail

getId

public String getId()

setPath

public void setPath(String path)

getPath

public String getPath()

getKey

public Object getKey()

setKey

public void setKey(Object key)

getVal

public Object getVal()

setVal

public void setVal(Object val)

getBinder

public DeferredBinder getBinder()

setBinder

public void setBinder(DeferredBinder binder)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.