Class Id


  • public class Id
    extends Object
    • Constructor Detail

      • Id

        public Id()
    • Method Detail

      • getColumn

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

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

        public GeneratedValue getGeneratedValue()
        Gets the value of the generatedValue property.
        Returns:
        possible object is GeneratedValue
      • setGeneratedValue

        public void setGeneratedValue​(GeneratedValue value)
        Sets the value of the generatedValue property.
        Parameters:
        value - allowed object is GeneratedValue
      • getTemporal

        public TemporalType getTemporal()
        Gets the value of the temporal property.
        Returns:
        possible object is TemporalType
      • setTemporal

        public void setTemporal​(TemporalType value)
        Sets the value of the temporal property.
        Parameters:
        value - allowed object is TemporalType
      • getTableGenerator

        public TableGenerator getTableGenerator()
        Gets the value of the tableGenerator property.
        Returns:
        possible object is TableGenerator
      • setTableGenerator

        public void setTableGenerator​(TableGenerator value)
        Sets the value of the tableGenerator property.
        Parameters:
        value - allowed object is TableGenerator
      • setSequenceGenerator

        public void setSequenceGenerator​(SequenceGenerator value)
        Sets the value of the sequenceGenerator property.
        Parameters:
        value - allowed object is SequenceGenerator
      • 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
      • getAccess

        public AccessType getAccess()
        Gets the value of the access property.
        Returns:
        possible object is AccessType
      • setAccess

        public void setAccess​(AccessType value)
        Sets the value of the access property.
        Parameters:
        value - allowed object is AccessType