FileDocCategorySizeDatePackage
CustomerPK.javaAPI DocExample193Thu Dec 10 15:35:32 GMT 1998com.titan.customer

CustomerPK.java

package com.titan.customer;

public class CustomerPK implements java.io.Serializable {
    public int id;
    public CustomerPK(){}
    public CustomerPK(int i){
        id = i;
    }
}