Class JaxbNamedAttributeNodeImpl

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

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

    • name

      protected String name
    • subgraph

      protected String subgraph
    • keySubgraph

      protected String keySubgraph
  • Constructor Details

    • JaxbNamedAttributeNodeImpl

      public JaxbNamedAttributeNodeImpl()
  • Method Details

    • 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
    • getSubgraph

      public String getSubgraph()
      Gets the value of the subgraph property.
      Returns:
      possible object is String
    • setSubgraph

      public void setSubgraph(String value)
      Sets the value of the subgraph property.
      Parameters:
      value - allowed object is String
    • getKeySubgraph

      public String getKeySubgraph()
      Gets the value of the keySubgraph property.
      Returns:
      possible object is String
    • setKeySubgraph

      public void setKeySubgraph(String value)
      Sets the value of the keySubgraph property.
      Parameters:
      value - allowed object is String