Uses of Class
org.errai.samples.serialization.client.shared.Item

Packages that use Item
org.errai.samples.serialization.client.shared   
 

Uses of Item in org.errai.samples.serialization.client.shared
 

Methods in org.errai.samples.serialization.client.shared that return types with arguments of type Item
 Set<Item> Record.getStuff()
           
 

Method parameters in org.errai.samples.serialization.client.shared with type arguments of type Item
 void Record.setStuff(Set<Item> stuff)
           
 

Constructors in org.errai.samples.serialization.client.shared with parameters of type Item
Record(int recordId, String name, float balance, Date accountOpened, RecordType type, Item[] stuff, String[][] properties)
           
 



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