com.elasticpath.domain.payment.impl
Class PaymentTypeImpl

java.lang.Object
  extended by com.elasticpath.domain.impl.AbstractEpConstantImpl
      extended by com.elasticpath.domain.payment.impl.PaymentTypeImpl
All Implemented Interfaces:
EpConstant, PaymentType, java.io.Serializable

public class PaymentTypeImpl
extends AbstractEpConstantImpl
implements PaymentType

Represents the payment type.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
PaymentTypeImpl(int typeCode, java.lang.String typeName)
          Constructor.
 
Method Summary
 
Methods inherited from class com.elasticpath.domain.impl.AbstractEpConstantImpl
getCode, getDescription, setCode, setDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.domain.EpConstant
getCode, getDescription, setCode, setDescription
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

PaymentTypeImpl

public PaymentTypeImpl(int typeCode,
                       java.lang.String typeName)
Constructor.

Parameters:
typeCode - the type code.
typeName - the type name.