Class Application
java.lang.Object
com.broadleafcommerce.adminuser.tenant.domain.Application
Projection domain representing a subset of information provided by
Application.- Author:
- Jeff Fischer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()The primary key of the applicationgetName()inthashCode()booleanvoidsetDeactivated(boolean deactivated) voidThe primary key of the applicationvoidsetIdentifierType(String identifierType) voidsetIdentifierValue(String identifierValue) voidtoString()
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
getId
The primary key of the application -
getIdentifierType
- See Also:
-
Application.getIdentifierType()
-
getIdentifierValue
- See Also:
-
Application.getIdentifierValue()
-
isDeactivated
public boolean isDeactivated()- See Also:
-
Application.isDeactivated()
-
getName
- See Also:
-
Application.getName()
-
setId
The primary key of the application -
setIdentifierType
- See Also:
-
Application.getIdentifierType()
-
setIdentifierValue
- See Also:
-
Application.getIdentifierValue()
-
setDeactivated
public void setDeactivated(boolean deactivated) - See Also:
-
Application.isDeactivated()
-
setName
- See Also:
-
Application.getName()
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-