Class JaxbStoredProcedureParameterImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameterImpl
All Implemented Interfaces:
Serializable

public class JaxbStoredProcedureParameterImpl extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • JaxbStoredProcedureParameterImpl

      public JaxbStoredProcedureParameterImpl()
  • Method Details

    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String
    • getMode

      public ParameterMode getMode()
      Gets the value of the mode property.
      Returns:
      possible object is String
    • setMode

      public void setMode(ParameterMode value)
      Sets the value of the mode property.
      Parameters:
      value - allowed object is String