java.lang.Object
com.sap.sup.admin.sldsupplier.data.model.BaseModelObject
com.sap.sup.admin.sldsupplier.data.model.BaseConfigObject
de.hybris.datasupplier.generator.tomcat.data.BaseTomcatConfigObject
de.hybris.datasupplier.generator.tomcat.data.TomcatHost
All Implemented Interfaces:
com.sap.sup.admin.sldsupplier.data.model.ConfigObject, com.sap.sup.admin.sldsupplier.data.model.Loggable, com.sap.sup.admin.sldsupplier.data.model.ModelObject, Serializable, Comparable

public class TomcatHost extends BaseTomcatConfigObject
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    Fields inherited from class com.sap.sup.admin.sldsupplier.data.model.BaseConfigObject

    MAX_SLD_PROPERTY_LENGTH_256, MAX_SLD_PROPERTY_LENGTH_32, MAX_SLD_PROPERTY_LENGTH_64, MAX_SLD_PROPERTY_LENGTH_8

    Fields inherited from interface com.sap.sup.admin.sldsupplier.data.model.ModelObject

    ATTRIBUTE_SCOPE, PROPERTY_SCOPE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected String
     
     
     
     
    void
     
    void
     

    Methods inherited from class de.hybris.datasupplier.generator.tomcat.data.BaseTomcatConfigObject

    equals, getAttribute, getObjectName, hashCode, setAttribute, setObjectName, toString

    Methods inherited from class com.sap.sup.admin.sldsupplier.data.model.BaseConfigObject

    buildUniqueName, compareTo, getCaption, getObjectIndex, getTechnicalName, getUniqueName, reset, setCaption, setObjectIndex, setTechnicalName, sortConfigObjects

    Methods inherited from class com.sap.sup.admin.sldsupplier.data.model.BaseModelObject

    clear, getAttribute, getAttributeMap, getAttributeMapEntries, getAttributeNames, getAttributes, getAttributes, getAttributeScopes, getAttributeValues, hasAttributes, hasAttributes, isHasAttributes, isHasAttributes, setAttribute, toLog, toXMLLog

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • TomcatHost

      public TomcatHost()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getBaseDir

      public String getBaseDir()
    • setBaseDir

      public void setBaseDir(String str)
    • buildTechnicalName

      protected String buildTechnicalName()
      Specified by:
      buildTechnicalName in class com.sap.sup.admin.sldsupplier.data.model.BaseConfigObject
    • buildCaption

      protected String buildCaption()
      Specified by:
      buildCaption in class com.sap.sup.admin.sldsupplier.data.model.BaseConfigObject
    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class BaseTomcatConfigObject