| org.cougaar.glm.ldm.asset.PersonPG
factoryClass | Class factoryClass(Code) | | the factory class *
|
factoryMethod | String factoryMethod(Code) | | the method of factoryClass that creates this type *
|
mutableClass | String mutableClass(Code) | | the (mutable) class type returned by factoryMethod *
|
nullPG | PersonPG nullPG(Code) | | The Null instance for indicating that the PG definitely has no value *
|
primaryClass | Class primaryClass(Code) | | the (immutable) class type returned by domain factory *
|
getIDCode | String getIDCode()(Code) | | Unique identifier for a person within a country (e.g. SSN). *
|
getIndexedSkills | Skill getIndexedSkills(int index)(Code) | | indexed getter for beans *
|
getNationality | String getNationality()(Code) | | Country of citizenship. *
|
getSkillsAsArray | Skill[] getSkillsAsArray()(Code) | | array getter for beans *
|
inSkills | boolean inSkills(Skill element)(Code) | | test to see if an element is a member of the skills Collection *
|
|
|