类 SimpleVariable

java.lang.Object
com.iplatform.core.SimpleVariable
所有已实现的接口:
com.walker.infrastructure.arguments.Variable

public class SimpleVariable extends Object implements com.walker.infrastructure.arguments.Variable
在 Redis 中使用的并存储的参数变量对象。
作者:
时克英
  • 构造器详细资料

    • SimpleVariable

      public SimpleVariable()
    • SimpleVariable

      public SimpleVariable(String id, String value)
  • 方法详细资料

    • setId

      public void setId(String id)
    • setStringValue

      public void setStringValue(String stringValue)
    • getId

      public String getId()
      指定者:
      getId 在接口中 com.walker.infrastructure.arguments.Variable
    • getDescription

      public String getDescription()
      指定者:
      getDescription 在接口中 com.walker.infrastructure.arguments.Variable
    • getType

      public com.walker.infrastructure.arguments.VariableType getType()
      指定者:
      getType 在接口中 com.walker.infrastructure.arguments.Variable
    • getStringValue

      public String getStringValue()
      指定者:
      getStringValue 在接口中 com.walker.infrastructure.arguments.Variable
    • getIntegerValue

      public int getIntegerValue()
      指定者:
      getIntegerValue 在接口中 com.walker.infrastructure.arguments.Variable
    • getBooleanValue

      public boolean getBooleanValue()
      指定者:
      getBooleanValue 在接口中 com.walker.infrastructure.arguments.Variable
    • getFloatValue

      public float getFloatValue()
      指定者:
      getFloatValue 在接口中 com.walker.infrastructure.arguments.Variable
    • getLongValue

      public long getLongValue()
      指定者:
      getLongValue 在接口中 com.walker.infrastructure.arguments.Variable
    • getDoubleValue

      public double getDoubleValue()
      指定者:
      getDoubleValue 在接口中 com.walker.infrastructure.arguments.Variable
    • getDefaultValue

      public Object getDefaultValue()
      指定者:
      getDefaultValue 在接口中 com.walker.infrastructure.arguments.Variable
    • getDataType

      public String getDataType()
    • setDataType

      public void setDataType(String dataType)