Class ConfigurationProfile

java.lang.Object
org.craftercms.commons.config.profiles.ConfigurationProfile
Direct Known Subclasses:
AbstractAwsProfile, BoxProfile, WebDavProfile

public class ConfigurationProfile extends Object
Represents a collection of configuration properties that are commonly used together, for example, to open a connection or accessing a server.
Author:
avasquez
  • Field Details

    • profileId

      protected String profileId
  • Constructor Details

    • ConfigurationProfile

      public ConfigurationProfile()
  • Method Details

    • getProfileId

      public String getProfileId()
    • setProfileId

      public void setProfileId(String profileId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object