Class ReportParameter

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReportParameter
    extends java.lang.Object
    implements java.io.Serializable
    Created by carl.gould on 1/13/2015.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReportParameter

        public ReportParameter()
        Empty ctor for xml serialization
      • ReportParameter

        public ReportParameter​(java.lang.String name,
                               java.lang.Class<?> type)
    • Method Detail

      • getDefaultValue

        public java.lang.String getDefaultValue()
      • setDefaultValue

        public void setDefaultValue​(java.lang.String defaultValue)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getType

        public java.lang.Class<?> getType()
      • setType

        public void setType​(java.lang.Class<?> type)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object