com.mymed.controller.core.manager.reputation.primary_key
Class PKConstants

java.lang.Object
  extended by com.mymed.controller.core.manager.reputation.primary_key.PKConstants

public class PKConstants
extends java.lang.Object

Author:
piccolo

Field Summary
static java.nio.charset.Charset CHARSET
           
static short LONG_BYTESIZE
           
static java.lang.String SEPARATOR_CHAR
           
 
Constructor Summary
PKConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHARSET

public static final java.nio.charset.Charset CHARSET

LONG_BYTESIZE

public static final short LONG_BYTESIZE
See Also:
Constant Field Values

SEPARATOR_CHAR

public static final java.lang.String SEPARATOR_CHAR
See Also:
Constant Field Values
Constructor Detail

PKConstants

public PKConstants()