Class AbstractAttributeEntity

java.lang.Object
org.qubership.atp.dataset.db.jpa.entities.AbstractUuidBasedEntity
org.qubership.atp.dataset.db.jpa.entities.AbstractAttributeEntity
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeEntity, AttributeKeyEntity

@Entity public abstract class AbstractAttributeEntity extends AbstractUuidBasedEntity
See Also:
  • Field Details

  • Constructor Details

    • AbstractAttributeEntity

      public AbstractAttributeEntity()
  • Method Details

    • isAttributeKey

      public abstract boolean isAttributeKey()
    • getOriginAttributeId

      public abstract UUID getOriginAttributeId()
    • getName

      public abstract String getName()