Interface Attribute

All Superinterfaces:
Bindable<Serializable>, Cloneable<Attribute>, ColumnContainer
All Known Subinterfaces:
PluralAttribute, SingularAttribute
All Known Implementing Classes:
BasicAttribute, ManyToOneAttribute, SetAttribute

public interface Attribute extends ColumnContainer, Bindable<Serializable>, Cloneable<Attribute>
Contract for a mapping attribute.
  • Method Details

    • getName

      String getName()
      Get the name of the attribute
      Returns:
      the attribute's name
    • setName

      void setName(String name)
      Set the name of the attribute
      Parameters:
      name - the attribute's name