Class PAdjustmentDetailBeanImpl

All Implemented Interfaces:
PAdjustmentDetailBean, PIACollectionBean, PControllerBean, Serializable, Remote, Unreferenced

public class PAdjustmentDetailBeanImpl extends PIAComponentCollectionBean implements PAdjustmentDetailBean
See Also:
  • Constructor Details

  • Method Details

    • getString

      public int getString() throws RemoteException
      Specified by:
      getString in interface PAdjustmentDetailBean
      Throws:
      RemoteException
    • update

      public void update(int reason, Object data) throws RemoteException
      Description copied from class: PControllerImpl
      The update method is called by various internal methods when the data has changed enough to require changing the client display. Must be overridden by a specific controller subclass.
      Overrides:
      update in class PIAComponentCollectionBean
      Parameters:
      reason - an integer constant that indicates the reason for the update (UPDATE_NEW_MODEL, UPDATE_PROPERTY, UPDATE_MODEL_CHANGE, or UPDATE_CLIENT)
      data - the data associated with update
      Throws:
      RemoteException - thrown for errors