org.broadleafcommerce.common.payment
Class UnmaskRange

java.lang.Object
  extended by org.broadleafcommerce.common.payment.UnmaskRange

public class UnmaskRange
extends Object


Field Summary
static int BEGINNINGTYPE
           
static int ENDTYPE
           
 
Constructor Summary
UnmaskRange(int startPosition, int length)
           
 
Method Summary
 int getLength()
           
 int getPositionType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEGINNINGTYPE

public static final int BEGINNINGTYPE
See Also:
Constant Field Values

ENDTYPE

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

UnmaskRange

public UnmaskRange(int startPosition,
                   int length)
Method Detail

getPositionType

public int getPositionType()

getLength

public int getLength()


Copyright © 2013. All Rights Reserved.