| |
|
| org.cougaar.core.util.OwnedUniqueObject org.cougaar.glm.ldm.oplan.ForcePackage
Constructor Summary | |
public | ForcePackage(UID oplanUID) Constructor for the ForcePackage object. | public | ForcePackage(String forcePkgID, UID oplanUID) Constructor for the Oplan object. |
ForcePackage | public ForcePackage(UID oplanUID)(Code) | | Constructor for the ForcePackage object.
|
ForcePackage | public ForcePackage(String forcePkgID, UID oplanUID)(Code) | | Constructor for the Oplan object.
Parameters: forcePkgID - The force pacakge ID. |
clone | public Object clone()(Code) | | Clones the ForcePackage object
forcePackage A Copy of the forcePackage |
getForcePackageId | public String getForcePackageId()(Code) | | Gets the forcePacakge ID for the given ForcePacakge.
forcePackageID The ID for the ForcePackage. |
getTimeSpan | public TimeSpan getTimeSpan()(Code) | | Gets the time span for the given ForcePackage
timeSpan The timeSpan for the ForcePackage. |
same | public boolean same(Transferable other)(Code) | | This method determines whether forcepacakges contain the
same values.
Parameters: other - ForcePackage object boolean true - samefalse - not the same. |
setAll | public void setAll(Transferable other)(Code) | | This method sets the contents of ForcePackage to the values
in the given ForcePackage object.
Parameters: other - ForcePackage object |
setForcePackageId | public void setForcePackageId(String forcePackageID)(Code) | | Sets the forcePacakge ID for the given ForcePacakge.
Parameters: forcePackageID - The ID for the ForcePackage. |
setTimeSpan | public void setTimeSpan(TimeSpan theTimeSpan)(Code) | | Sets the time span for the given ForcePackage
Parameters: theTimeSpan - The timeSpan for the ForcePackage. |
|
|
|