Class JpaUserApplication
java.lang.Object
com.broadleafcommerce.adminuser.tenant.provider.jpa.domain.JpaUserApplication
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
,Serializable
@Entity
public class JpaUserApplication
extends Object
implements Serializable, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
An entity holding information about an application registered via the tenant service
- Author:
- Jeff Fischer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJpaUserApplication
(String id, String identifierType, String identifierValue, boolean deactivated, String name) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
org.modelmapper.ModelMapper
fromMe()
Class<?>
getId()
getName()
int
hashCode()
boolean
void
setDeactivated
(boolean deactivated) void
void
setIdentifierType
(String identifierType) void
setIdentifierValue
(String identifierValue) void
org.modelmapper.ModelMapper
toMe()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
postFromMe, postToMe, preFromMe, preToMe
-
Constructor Details
-
JpaUserApplication
public JpaUserApplication() -
JpaUserApplication
-
-
Method Details
-
fromMe
public org.modelmapper.ModelMapper fromMe()- Specified by:
fromMe
in interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
toMe
public org.modelmapper.ModelMapper toMe()- Specified by:
toMe
in interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
getBusinessDomainType
- Specified by:
getBusinessDomainType
in interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
getId
- See Also:
-
getIdentifierType
- See Also:
-
getIdentifierValue
- See Also:
-
isDeactivated
public boolean isDeactivated()- See Also:
-
getName
- See Also:
-
setId
- See Also:
-
setIdentifierType
- See Also:
-
setIdentifierValue
- See Also:
-
setDeactivated
public void setDeactivated(boolean deactivated) - See Also:
-
setName
- See Also:
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-