Interface Attribute
-
- All Superinterfaces:
DbTypeSystemItem
public interface Attribute extends DbTypeSystemItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description YAttributeDescriptor.PersistenceTypecalculatePersistenceType()java.lang.StringgetAttributeHandler()java.lang.StringgetColumnName()TypegetEnclosingType()longgetEnclosingTypePk()java.lang.IntegergetModifiers()java.lang.LonggetPersistenceTypePk()PK of the atomic type which corresponds to stored values.longgetPk()java.lang.StringgetQualifierLowerCaseInternal()booleanisProperty()booleanisUnique()-
Methods inherited from interface de.hybris.bootstrap.ddl.dbtypesystem.DbTypeSystemItem
getHash, getUniqueIdentifier
-
-
-
-
Method Detail
-
getPk
long getPk()
-
getEnclosingTypePk
long getEnclosingTypePk()
-
getPersistenceTypePk
java.lang.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
java.lang.String getQualifierLowerCaseInternal()
-
getEnclosingType
Type getEnclosingType()
-
isUnique
boolean isUnique()
-
getModifiers
java.lang.Integer getModifiers()
-
getColumnName
java.lang.String getColumnName()
-
getAttributeHandler
java.lang.String getAttributeHandler()
-
isProperty
boolean isProperty()
-
calculatePersistenceType
YAttributeDescriptor.PersistenceType calculatePersistenceType()
-
-