Class JpaChangeSummaryGroup
java.lang.Object
com.broadleafcommerce.sandbox.provider.jpa.domain.JpaChangeSummaryGroup
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
,Serializable
@Entity
public class JpaChangeSummaryGroup
extends Object
implements com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware, Serializable
- Author:
- Jeff Fischer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <J extends JpaChangeSummaryGroupAffectedVendor>
org.modelmapper.Converter<List<J>,Set<String>> protected <J extends JpaChangeSummaryGroupAffectedVendor>
org.modelmapper.Converter<Set<String>,List<J>> protected boolean
boolean
org.modelmapper.ModelMapper
fromMe()
Class<?>
getId()
The primary key.getState()
int
hashCode()
boolean
boolean
void
setAffectedVendorRefs
(List<JpaChangeSummaryGroupAffectedVendor> affectedVendorRefs) void
setAffectsNonVendorData
(boolean affectsNonVendorData) void
setArchived
(boolean archived) void
void
setChangeSummaryIds
(List<String> changeSummaryIds) void
setDeploymentDate
(Instant deploymentDate) void
setDisplayName
(String displayName) void
setException
(String exception) void
The primary key.void
setPromoteMessage
(String promoteMessage) void
setSandbox
(String sandbox) void
void
void
setStatusChangeTime
(Instant statusChangeTime) 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
-
JpaChangeSummaryGroup
public JpaChangeSummaryGroup()
-
-
Method Details
-
fromMe
public org.modelmapper.ModelMapper fromMe()- Specified by:
fromMe
in interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
affectedVendorEntitiesToAffectedVendorRefs
protected <J extends JpaChangeSummaryGroupAffectedVendor> org.modelmapper.Converter<List<J>,Set<String>> affectedVendorEntitiesToAffectedVendorRefs() -
toMe
public org.modelmapper.ModelMapper toMe()- Specified by:
toMe
in interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
affectedVendorRefsToAffectedVendorEntities
protected <J extends JpaChangeSummaryGroupAffectedVendor> org.modelmapper.Converter<Set<String>,List<J>> affectedVendorRefsToAffectedVendorEntities() -
getBusinessDomainType
- Specified by:
getBusinessDomainType
in interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
getId
The primary key.- Returns:
- The primary key
-
getState
- See Also:
-
getStatusChangeTime
- See Also:
-
getStatus
- See Also:
-
getDisplayName
- See Also:
-
getException
- See Also:
-
getPromoteMessage
- See Also:
-
getChangeSummaryIds
- See Also:
-
getAuthor
- See Also:
-
getSandbox
- See Also:
-
isArchived
public boolean isArchived()- See Also:
-
getDeploymentDate
- See Also:
-
getAffectedVendorRefs
-
isAffectsNonVendorData
public boolean isAffectsNonVendorData() -
setId
The primary key.- Parameters:
id
- The primary key
-
setState
- See Also:
-
setStatusChangeTime
- See Also:
-
setStatus
- See Also:
-
setDisplayName
- See Also:
-
setException
- See Also:
-
setPromoteMessage
- See Also:
-
setChangeSummaryIds
- See Also:
-
setAuthor
- See Also:
-
setSandbox
- See Also:
-
setArchived
public void setArchived(boolean archived) - See Also:
-
setDeploymentDate
- See Also:
-
setAffectedVendorRefs
-
setAffectsNonVendorData
public void setAffectsNonVendorData(boolean affectsNonVendorData) -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-