Class JaxbNamedAttributeNodeImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNodeImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the keySubgraph property.getName()
Gets the value of the name property.Gets the value of the subgraph property.void
setKeySubgraph
(String value) Sets the value of the keySubgraph property.void
Sets the value of the name property.void
setSubgraph
(String value) Sets the value of the subgraph property.
-
Field Details
-
name
-
subgraph
-
keySubgraph
-
-
Constructor Details
-
JaxbNamedAttributeNodeImpl
public JaxbNamedAttributeNodeImpl()
-
-
Method Details
-
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
-
getSubgraph
Gets the value of the subgraph property.- Returns:
- possible object is
String
-
setSubgraph
Sets the value of the subgraph property.- Parameters:
value
- allowed object isString
-
getKeySubgraph
Gets the value of the keySubgraph property.- Returns:
- possible object is
String
-
setKeySubgraph
Sets the value of the keySubgraph property.- Parameters:
value
- allowed object isString
-