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 boolean
boolean
getId()
The primary key of the applicationgetName()
int
hashCode()
boolean
void
setDeactivated
(boolean deactivated) void
The primary key of the applicationvoid
setIdentifierType
(String identifierType) void
setIdentifierValue
(String identifierValue) void
toString()
-
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
-