| org.cougaar.planning.ldm.asset.EntityPG
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 | EntityPG 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 *
|
getIndexedRoles | Role getIndexedRoles(int index)(Code) | | indexed getter for beans *
|
getRoles | Collection getRoles()(Code) | | Collection of Roles the organization is capable of fulfilling. *
|
getRolesAsArray | Role[] getRolesAsArray()(Code) | | array getter for beans *
|
inRoles | boolean inRoles(Role element)(Code) | | test to see if an element is a member of the roles Collection *
|
|
|