com.aoindustries.aoserv.creditcards
Class CreditCardFactory

java.lang.Object
  extended by com.aoindustries.aoserv.creditcards.CreditCardFactory

public class CreditCardFactory
extends java.lang.Object

Creates instances of CreditCards based on the AOServ object.

Author:
AO Industries, Inc.

Method Summary
static com.aoindustries.creditcards.CreditCard getCreditCard(com.aoindustries.aoserv.client.CreditCard creditCard)
          Creates processor CreditCard beans from AOServ CreditCards.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCreditCard

public static com.aoindustries.creditcards.CreditCard getCreditCard(com.aoindustries.aoserv.client.CreditCard creditCard)
                                                             throws java.sql.SQLException,
                                                                    java.io.IOException
Creates processor CreditCard beans from AOServ CreditCards.

Throws:
java.sql.SQLException
java.io.IOException