| org.cougaar.glm.ldm.asset.MilitaryPersonPG
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 *
|
primaryClass | Class primaryClass(Code) | | the (immutable) class type returned by domain factory *
|
getGrade | String getGrade()(Code) | | Military Grade, e.g. E3, O6, etc. *
|
getIDCode | String getIDCode()(Code) | | Unique identifier for a person within a military organization *
|
getService | Service getService()(Code) | | Particular service within the military (e.g. Army, Navy, Coast Guard, etc.) *
|
|
|