Uses of Class
org.eclipse.higgins.ics.gwt.base.client.model.entity.CardInformation

Packages that use CardInformation
org.eclipse.higgins.ics.gwt.base.client.model.entity   
org.eclipse.higgins.ics.ws.client   
 

Uses of CardInformation in org.eclipse.higgins.ics.gwt.base.client.model.entity
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model.entity that return CardInformation
 CardInformation Card.getCardInformation()
           
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model.entity with parameters of type CardInformation
 void Card.setCardInformation(CardInformation info)
           
 

Uses of CardInformation in org.eclipse.higgins.ics.ws.client
 

Methods in org.eclipse.higgins.ics.ws.client that return CardInformation
static CardInformation Utils.cardInformationTO2CardInformation(CardInformationTO ciTO, CardInformation ci)
           
 

Methods in org.eclipse.higgins.ics.ws.client with parameters of type CardInformation
static CardInformation Utils.cardInformationTO2CardInformation(CardInformationTO ciTO, CardInformation ci)