Object
PropertyDetails
All Implemented Interfaces:
Serializable

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

    • PropertyDetails

      public PropertyDetails()
    • PropertyDetails

      public PropertyDetails(String parameterName, Object defaultValue)
    • PropertyDetails

      public PropertyDetails(String propertyName)
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • setPropertyName

      public void setPropertyName(String propertyName)
    • isParameter

      public boolean isParameter()
    • setParameter

      public void setParameter(boolean isParameter)
    • getDefaultValue

      public Object getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(Object defaultValue)
    • getContextValue

      public BindParameterContextValue getContextValue()
    • setContextValue

      public void setContextValue(BindParameterContextValue contextValue)