com.solidstategroup.commerce.payment
Class SMSGateway

java.lang.Object
  extended by com.solidstategroup.commerce.payment.SMSGateway

public class SMSGateway
extends java.lang.Object


Constructor Summary
SMSGateway()
           
 
Method Summary
 SMSGateway copy()
           
 java.lang.String getDescription()
           
 int getGatewayId()
           
 void setDescription(java.lang.String description)
           
 void setGatewayId(int gatewayId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMSGateway

public SMSGateway()
Method Detail

getGatewayId

public int getGatewayId()

setGatewayId

public void setGatewayId(int gatewayId)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

copy

public SMSGateway copy()