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.Tomcat
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 Tomcat extends com.sap.sup.admin.sldsupplier.data.model.BaseConfigObject implements Serializable
See Also:
  • Field Summary

    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
    void
     
    protected String
     
    protected String
     
     
    void
     
     

    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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Tomcat

      public Tomcat()
  • Method Details

    • getServers

      public Collection getServers()
    • addServer

      public void addServer(TomcatServer server)
    • sortServers

      public void sortServers()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • buildCaption

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

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