Class ContextParameterImpl

  • All Implemented Interfaces:
    java.io.Serializable, org.ikasan.spec.scheduled.context.model.ContextParameter
    Direct Known Subclasses:
    ContextParameterInstanceImpl

    public class ContextParameterImpl
    extends java.lang.Object
    implements org.ikasan.spec.scheduled.context.model.ContextParameter
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String defaultValue  
      protected java.lang.String name  
    • Field Detail

      • name

        protected java.lang.String name
      • defaultValue

        protected java.lang.String defaultValue
    • Constructor Detail

      • ContextParameterImpl

        public ContextParameterImpl()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.ikasan.spec.scheduled.context.model.ContextParameter
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface org.ikasan.spec.scheduled.context.model.ContextParameter
      • getDefaultValue

        public java.lang.String getDefaultValue()
        Specified by:
        getDefaultValue in interface org.ikasan.spec.scheduled.context.model.ContextParameter
      • setDefaultValue

        public void setDefaultValue​(java.lang.String defaultValue)
        Specified by:
        setDefaultValue in interface org.ikasan.spec.scheduled.context.model.ContextParameter
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object