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

CustomerPK

public class CustomerPK extends Object implements Serializable

Fields Summary
public int
id
Constructors Summary
public CustomerPK()

public CustomerPK(int i)

        id = i;
    
Methods Summary