Class JaxbStoredProcedureParameterImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameterImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected ParameterMode
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()
Gets the value of the clazz property.Gets the value of the description property.getMode()
Gets the value of the mode property.getName()
Gets the value of the name property.void
Sets the value of the clazz property.void
setDescription
(String value) Sets the value of the description property.void
setMode
(ParameterMode value) Sets the value of the mode property.void
Sets the value of the name property.
-
Field Details
-
description
-
name
-
clazz
-
mode
-
-
Constructor Details
-
JaxbStoredProcedureParameterImpl
public JaxbStoredProcedureParameterImpl()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value
- allowed object isString
-
getMode
Gets the value of the mode property.- Returns:
- possible object is
String
-
setMode
Sets the value of the mode property.- Parameters:
value
- allowed object isString
-