FileDocCategorySizeDatePackage
ProfilePK.javaAPI DocExample620Wed Apr 05 11:25:42 BST 2000entity.beanManaged

ProfilePK

public class ProfilePK extends Object implements Serializable

Fields Summary
public String
mName
Constructors Summary
public ProfilePK()

    mName = null;
  
public ProfilePK(String name)

    mName = name;
  
Methods Summary