This method overrides the skipCopyField() in the Mbo. This method takes the MboValueInfo as its parameter
to see if this field needs to be copied or skipped.If this field does not need to be copied, it returns true.
The following fields donot get copied from the source PMSeasons to the target PMSeasons.
public void canDelete()
throws MXException,
java.rmi.RemoteException
Method that checks whether a PMSeasons can be deleted or not.
Throws interactive message in case of UI to delete the PM Hierarchy forecast if the seasons are deleted
Save the object and other linked objects.
Subclasses can code their save() logic to include any appropriate updates
to other linked objects and call super.save().