com.solidstategroup.messaging.sms.gateway.esendex
Class AccountFactory

java.lang.Object
  extended by com.solidstategroup.messaging.sms.gateway.esendex.AccountFactory

public class AccountFactory
extends java.lang.Object


Field Summary
static int PENCE150
           
static int PENCE25
           
static int PENCEZERO
           
 
Constructor Summary
AccountFactory()
           
 
Method Summary
static BaseAccount getAccount(int accountType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PENCEZERO

public static final int PENCEZERO
See Also:
Constant Field Values

PENCE150

public static final int PENCE150
See Also:
Constant Field Values

PENCE25

public static final int PENCE25
See Also:
Constant Field Values
Constructor Detail

AccountFactory

public AccountFactory()
Method Detail

getAccount

public static BaseAccount getAccount(int accountType)