com.ibm.tivoli.maximo.skd.model

Class AppletActionObject

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.model.AppletActionObject
  • All Implemented Interfaces:
    java.io.Serializable


    public class AppletActionObject
    extends java.lang.Object
    implements java.io.Serializable
    Class contains information about the action parameters.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object getActionObject()
      Gets the action object
      java.lang.String getProjectId()
      Get the project id for the action
      boolean isSaveNeededBeforeAction()
      Get the flag that indicates if model need to be saved before action or not.
      void saveNeededBeforeAction(boolean flag)
      Set the flag to indicate if model need to be saved before action or not.
      void setActionObject(java.lang.Object obj)
      Sets the action object.
      void setProjectId(java.lang.String id)
      Sets the project id
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AppletActionObject

        public AppletActionObject()
    • Method Detail

      • getProjectId

        public java.lang.String getProjectId()
        Get the project id for the action
        Returns:
        project id
      • setProjectId

        public void setProjectId(java.lang.String id)
        Sets the project id
        Parameters:
        project - id
      • setActionObject

        public void setActionObject(java.lang.Object obj)
        Sets the action object.
        Parameters:
        object -
      • getActionObject

        public java.lang.Object getActionObject()
        Gets the action object
        Returns:
        action object
      • saveNeededBeforeAction

        public void saveNeededBeforeAction(boolean flag)
        Set the flag to indicate if model need to be saved before action or not.
        Parameters:
        flag -
      • isSaveNeededBeforeAction

        public boolean isSaveNeededBeforeAction()
        Get the flag that indicates if model need to be saved before action or not.
        Returns:
        true if save needed else false