java.lang.Object
com.broadleafcommerce.adminuser.tenant.domain.Application

public class Application extends Object
Projection domain representing a subset of information provided by Application.
Author:
Jeff Fischer
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • getId

      public String getId()
      The primary key of the application
    • getIdentifierType

      public String getIdentifierType()
      See Also:
      • Application.getIdentifierType()
    • getIdentifierValue

      public String getIdentifierValue()
      See Also:
      • Application.getIdentifierValue()
    • isDeactivated

      public boolean isDeactivated()
      See Also:
      • Application.isDeactivated()
    • getName

      public String getName()
      See Also:
      • Application.getName()
    • setId

      public void setId(String id)
      The primary key of the application
    • setIdentifierType

      public void setIdentifierType(String identifierType)
      See Also:
      • Application.getIdentifierType()
    • setIdentifierValue

      public void setIdentifierValue(String identifierValue)
      See Also:
      • Application.getIdentifierValue()
    • setDeactivated

      public void setDeactivated(boolean deactivated)
      See Also:
      • Application.isDeactivated()
    • setName

      public void setName(String name)
      See Also:
      • Application.getName()
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object