Class AtomicTypeDTO

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

public class AtomicTypeDTO extends Object
  • Constructor Details

    • AtomicTypeDTO

      public AtomicTypeDTO(String extensionName, String code, String superType, boolean autocreate, boolean generate)
  • Method Details

    • getExtensionName

      public String getExtensionName()
    • getCode

      public String getCode()
    • getSuperType

      public String getSuperType()
    • isAutocreate

      public boolean isAutocreate()
    • isGenerate

      public boolean isGenerate()