Class SegmentProcessHistory
- java.lang.Object
 - 
- com.broadleafcommerce.customer.domain.SegmentProcessHistory
 
 
- 
- All Implemented Interfaces:
 com.broadleafcommerce.data.tracking.core.ContextStateAware,Serializable
public class SegmentProcessHistory extends Object implements com.broadleafcommerce.data.tracking.core.ContextStateAware, Serializable
Represents a relationship between a CustomerSegment and a BulkUpdate- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SegmentProcessHistory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)com.broadleafcommerce.bulk.domain.BulkUpdategetBulkUpdate()The Bulk process performed on the segment.com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextStategetContextState()A subset ofTrackinginformation to expose the context state for this object.InstantgetCreated()The creation time of this segment processCustomerSegmentgetCustomerSegment()The Segment the bulk process was performed on.StringgetId()inthashCode()voidsetBulkUpdate(com.broadleafcommerce.bulk.domain.BulkUpdate bulkUpdate)The Bulk process performed on the segment.voidsetContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)A subset ofTrackinginformation to expose the context state for this object.voidsetCreated(Instant created)The creation time of this segment processvoidsetCustomerSegment(CustomerSegment customerSegment)The Segment the bulk process was performed on.voidsetId(String id)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getId
public String getId()
 
- 
getCustomerSegment
public CustomerSegment getCustomerSegment()
The Segment the bulk process was performed on. 
- 
getBulkUpdate
public com.broadleafcommerce.bulk.domain.BulkUpdate getBulkUpdate()
The Bulk process performed on the segment. 
- 
getCreated
public Instant getCreated()
The creation time of this segment process 
- 
getContextState
public com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState getContextState()
A subset ofTrackinginformation to expose the context state for this object.- Specified by:
 getContextStatein interfacecom.broadleafcommerce.data.tracking.core.ContextStateAware- Returns:
 - a subset of 
Trackinginformation to expose the context state for this object 
 
- 
setId
public void setId(String id)
 
- 
setCustomerSegment
public void setCustomerSegment(CustomerSegment customerSegment)
The Segment the bulk process was performed on. 
- 
setBulkUpdate
public void setBulkUpdate(com.broadleafcommerce.bulk.domain.BulkUpdate bulkUpdate)
The Bulk process performed on the segment. 
- 
setCreated
public void setCreated(Instant created)
The creation time of this segment process 
- 
setContextState
public void setContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)
A subset ofTrackinginformation to expose the context state for this object.- Specified by:
 setContextStatein interfacecom.broadleafcommerce.data.tracking.core.ContextStateAware- Parameters:
 contextState- a subset ofTrackinginformation to expose the context state for this object
 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -