org.jboss.errai.cdi.client.rpc
Class Account

java.lang.Object
  extended by org.jboss.errai.cdi.client.rpc.Account

public class Account
extends Object


Constructor Summary
Account()
           
Account(String id)
           
 
Method Summary
 String getId()
           
 void setId(String id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Account

public Account()

Account

public Account(String id)
Method Detail

getId

public String getId()

setId

public void setId(String id)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.