Class ValueValueType

java.lang.Object
com.webfirmframework.wffweb.wffbm.data.ValueValueType
All Implemented Interfaces:
Serializable

public class ValueValueType extends Object implements Serializable
See Also:
  • Constructor Details

    • ValueValueType

      public ValueValueType(String name, byte valueTypeByte, Object value)
    • ValueValueType

      public ValueValueType(String name, BMValueType valueType, Object value)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getValueType

      public BMValueType getValueType()
    • getValueTypeByte

      public byte getValueTypeByte()
    • setValueTypeByte

      public void setValueTypeByte(byte valueTypeByte)
    • setValueType

      public void setValueType(BMValueType valueType)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object