Interface Type
-
- All Superinterfaces:
DbTypeSystemItem
public interface Type extends DbTypeSystemItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributegetAttribute(java.lang.String attributeName)java.util.Collection<Attribute>getAttributes()DeploymentgetDeployment()EnumerationValuegetEnumerationValue(java.lang.String enumerationValueName)java.util.Collection<EnumerationValue>getEnumerationValues()java.lang.StringgetInternalCodeLowerCase()java.lang.StringgetItemJndiName()intgetItemTypeCode()longgetPK()TypegetSuperType()java.lang.LonggetSuperTypePk()-
Methods inherited from interface de.hybris.bootstrap.ddl.dbtypesystem.DbTypeSystemItem
getHash, getUniqueIdentifier
-
-
-
-
Method Detail
-
getPK
long getPK()
-
getInternalCodeLowerCase
java.lang.String getInternalCodeLowerCase()
-
getSuperTypePk
java.lang.Long getSuperTypePk()
-
getItemTypeCode
int getItemTypeCode()
-
getSuperType
Type getSuperType()
-
getDeployment
Deployment getDeployment()
-
getAttributes
java.util.Collection<Attribute> getAttributes()
-
getAttribute
Attribute getAttribute(java.lang.String attributeName)
-
getEnumerationValues
java.util.Collection<EnumerationValue> getEnumerationValues()
-
getEnumerationValue
EnumerationValue getEnumerationValue(java.lang.String enumerationValueName)
-
getItemJndiName
java.lang.String getItemJndiName()
-
-