FileDocCategorySizeDatePackage
GenericDesc.javaAPI DocGlassfish v2 API3062Fri May 04 22:24:36 BST 2007com.sun.enterprise.config.serverbeans.validation

GenericDesc

public class GenericDesc extends Object

Fields Summary
Result
result
Object
value
String
beanName
com.sun.enterprise.config.ConfigContext
context
String
name
String
choice
com.sun.enterprise.util.LocalStringManagerImpl
smh
String
attrName
String
primaryKeyName
Constructors Summary
public GenericDesc(Result result, Object value, String beanName, com.sun.enterprise.config.ConfigContext context, String name, String choice, String primaryKeyName, com.sun.enterprise.util.LocalStringManagerImpl smh)

        this.result =  result;
        this.value = value;
        this.beanName = beanName;
        this.context = context;
        this.name = name;
        this.choice = choice;
        this.smh = smh;
        this.primaryKeyName = primaryKeyName;
        attrName = null;
    
Methods Summary
public java.lang.StringgetPrimaryKeyName()

        return primaryKeyName;
    
public voidsetAttrName(java.lang.String name)

        attrName = name;