View Javadoc
1 /* 2 * Created on 2003-6-11 15:01:42 by joel guo 3 * 4 * vTradEx Information Technology Inc. 5 */ 6 package com.cyclops.dbdigger.idbroker; 7 /*** Add description <font color="red">HERE</font>! 8 * 9 * @author <a href="mailto:joeblack.guo@vtradex.com">joel guo</a> 10 * @since 2003-6-11 15:01:42 11 */ 12 public class StringKey extends PrimaryKey { 13 /*** Constructor of class StringKey 14 * @param string String value 15 */ 16 public StringKey(String string) { 17 super(string); 18 } 19 }

This page was automatically generated by Maven