| org.cougaar.glm.ldm.asset.OrganizationPG
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 | OrganizationPG 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 *
|
getAgency | Agency getAgency()(Code) | | the agency or other major organization the asset is associated with. For military Organizations, this is the CINC at the top of their command structure, e.g. USTC, CENTCOM. *
|
getIndexedRoles | Role getIndexedRoles(int index)(Code) | | indexed getter for beans *
|
getRolesAsArray | Role[] getRolesAsArray()(Code) | | array getter for beans *
|
getService | Service getService()(Code) | | one of the values of Service. *
|
inRoles | boolean inRoles(Role element)(Code) | | test to see if an element is a member of the roles Collection *
|
|
|