ReviewClient.java :  » GWT » wogwt » your » app » gwt » eo » Java Open Source

Java Open Source » GWT » wogwt 
wogwt » your » app » gwt » eo » ReviewClient.java
package your.app.gwt.eo;
// this must be in a gwt translatable package

import com.webobjects.foundation.NSDictionary;

//This class can be serialized from server to client and back
public class ReviewClient extends _ReviewClient {

  public ReviewClient() {  
    super();
  }
  
  public ReviewClient(NSDictionary<String, Object> snapshot) {  
    super(snapshot);
  }
    
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.