Class ComposedTypeDTO

java.lang.Object
de.hybris.bootstrap.typesystem.dto.ComposedTypeDTO

public class ComposedTypeDTO extends Object
  • Constructor Details

  • Method Details

    • getExtensionName

      public String getExtensionName()
    • getCode

      public String getCode()
    • getSuperTypeCode

      public String getSuperTypeCode()
    • getJaloClassName

      public String getJaloClassName()
    • isAbstract

      public boolean isAbstract()
    • isSingleton

      public boolean isSingleton()
    • isJaloOnly

      public boolean isJaloOnly()
    • isLegacyPersistence

      public boolean isLegacyPersistence()
    • getMetaType

      public String getMetaType()
    • getDeploymentName

      public String getDeploymentName()
    • isAutocreate

      public boolean isAutocreate()
    • isGenerate

      public boolean isGenerate()
    • getProps

      public Map<String,String> getProps()
    • getModelData

      public ModelTagListener.ModelData getModelData()
    • getTypeDescription

      public String getTypeDescription()
    • withDeploymentName

      public ComposedTypeDTO withDeploymentName(String effectiveDeploymentName)