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 booleanbooleanorg.modelmapper.ModelMapperfromMe()Class<?>getId()getName()inthashCode()booleanvoidsetDeactivated(boolean deactivated) voidvoidsetIdentifierType(String identifierType) voidsetIdentifierValue(String identifierValue) voidorg.modelmapper.ModelMappertoMe()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
fromMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
toMe
public org.modelmapper.ModelMapper toMe()- Specified by:
toMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
getBusinessDomainType
- Specified by:
getBusinessDomainTypein 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()
-