de.smartics.properties.integration.cdi
Class ApplicationNumberCode

Package class diagram package ApplicationNumberCode
java.lang.Object
  extended by de.smartics.properties.integration.cdi.ApplicationNumberCode

public final class ApplicationNumberCode
     
     
extends Object

Constants to define number code ranges.


Field Summary
static int SECURITY_CODE_START
          The start number of the security codes.
static int SYSTEM_CODE_START
          The start number of the system codes.
static int VALIDATION_CODE_START
          The start number of the validation codes.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_CODE_START

public static final int SYSTEM_CODE_START
The start number of the system codes.

Constant Field Value:
0

SECURITY_CODE_START

public static final int SECURITY_CODE_START
The start number of the security codes.

Constant Field Value:
1000

VALIDATION_CODE_START

public static final int VALIDATION_CODE_START
The start number of the validation codes.

Constant Field Value:
2000


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.