Interface Attribute

All Superinterfaces:
DbTypeSystemItem

public interface Attribute extends DbTypeSystemItem
  • Method Details

    • getPk

      long getPk()
    • getEnclosingTypePk

      long getEnclosingTypePk()
    • getPersistenceTypePk

      Long getPersistenceTypePk()
      PK of the atomic type which corresponds to stored values. These can be java.lang.Byte, Integer, ...., Object as well as de.hybris.platform.util.StandardDateRange or de.hybris.platform.util.ItemPropertyValueCollection.

      This field has also special meaning when there is null as value.

      Returns:
      PK of the atomic type which corresponds to stored values.
    • getQualifierLowerCaseInternal

      String getQualifierLowerCaseInternal()
    • getEnclosingType

      Type getEnclosingType()
    • isUnique

      boolean isUnique()
    • getModifiers

      Integer getModifiers()
    • getColumnName

      String getColumnName()
    • getAttributeHandler

      String getAttributeHandler()
    • isProperty

      boolean isProperty()
    • calculatePersistenceType

      YAttributeDescriptor.PersistenceType calculatePersistenceType()