Package org.hibernate.processor.xml.jaxb

Class AttributeOverride


  • public classAttributeOverrideextendsObject
    • Field Detail

      • description

        protected String description
      • column

        protected Column column
    • Constructor Detail

      • AttributeOverride

        public AttributeOverride()
    • Method Detail

      • getDescription

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

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object isString
      • getColumn

        public Column getColumn()
        Gets the value of the column property.
        Returns:
        possible object isColumn
      • setColumn

        public void setColumn​(Column value)
        Sets the value of the column property.
        Parameters:
        value - allowed object isColumn
      • getName

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

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object isString