psdi.app.system

Class CrontaskParamInfo

  • java.lang.Object
    • psdi.app.system.CrontaskParamInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public class CrontaskParamInfo
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDefault()
      Get the default value of the parameter as string.
      java.lang.String getDescription(MboSetRemote remoteObj)
      Get the description in the language of the userinfo of the passed in MboSetRemote.
      java.lang.String getName()
      Get the name of the parameter.
      void setDefault(java.lang.String def)
      Set the default value as string of the parameter.
      void setDescription(java.lang.String group, java.lang.String key)
      Set the description by specifying the translatable message's group and key.
      void setName(java.lang.String nameIn)
      Set the name of the parameter,
      • Methods inherited from class java.lang.Object

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

      • CrontaskParamInfo

        public CrontaskParamInfo()
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the name of the parameter.
        Returns:
        Name of parameter
      • getDefault

        public java.lang.String getDefault()
        Get the default value of the parameter as string.
        Returns:
        Default value
      • setName

        public void setName(java.lang.String nameIn)
        Set the name of the parameter,
        Parameters:
        nameIn -
      • setDefault

        public void setDefault(java.lang.String def)
        Set the default value as string of the parameter.
        Parameters:
        def -
      • setDescription

        public void setDescription(java.lang.String group,
                                   java.lang.String key)
        Set the description by specifying the translatable message's group and key. Use this message if you want the description to be translatable.
        Parameters:
        group -
        key -
      • getDescription

        public java.lang.String getDescription(MboSetRemote remoteObj)
        Get the description in the language of the userinfo of the passed in MboSetRemote.