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 booleanbooleanorg.modelmapper.ModelMapperfromMe()Class<?>getId()The primary key.getState()inthashCode()booleanbooleanvoidsetAffectedVendorRefs(List<JpaChangeSummaryGroupAffectedVendor> affectedVendorRefs) voidsetAffectsNonVendorData(boolean affectsNonVendorData) voidsetArchived(boolean archived) voidvoidsetChangeSummaryIds(List<String> changeSummaryIds) voidsetDeploymentDate(Instant deploymentDate) voidsetDisplayName(String displayName) voidsetException(String exception) voidThe primary key.voidsetPromoteMessage(String promoteMessage) voidsetSandbox(String sandbox) voidvoidvoidsetStatusChangeTime(Instant statusChangeTime) org.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
-
JpaChangeSummaryGroup
public JpaChangeSummaryGroup()
-
-
Method Details
-
fromMe
public org.modelmapper.ModelMapper fromMe()- Specified by:
fromMein 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:
toMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
affectedVendorRefsToAffectedVendorEntities
protected <J extends JpaChangeSummaryGroupAffectedVendor> org.modelmapper.Converter<Set<String>,List<J>> affectedVendorRefsToAffectedVendorEntities() -
getBusinessDomainType
- Specified by:
getBusinessDomainTypein 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()
-