FileDocCategorySizeDatePackage
ProfilePK.javaAPI DocExample623Wed Apr 05 11:25:42 BST 2000entity.containerManaged

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