public class EarlyAbortedPromotionCandidate extends Object implements Serializable
Constructor and Description |
---|
EarlyAbortedPromotionCandidate(Long eventId,
Date currentTimestamp,
Date updatedTimestamp,
Integer setupStatus) |
Modifier and Type | Method and Description |
---|---|
Date |
getCurrentTimestamp() |
Long |
getEventId() |
Integer |
getSetupStatus() |
Date |
getUpdatedTimestamp() |
void |
setCurrentTimestamp(Date currentTimestamp) |
void |
setEventId(Long eventId) |
void |
setSetupStatus(Integer setupStatus) |
void |
setUpdatedTimestamp(Date updatedTimestamp) |
public Date getCurrentTimestamp()
public void setCurrentTimestamp(Date currentTimestamp)
public Long getEventId()
public void setEventId(Long eventId)
public Date getUpdatedTimestamp()
public void setUpdatedTimestamp(Date updatedTimestamp)
public Integer getSetupStatus()
public void setSetupStatus(Integer setupStatus)
Copyright © 2021. All rights reserved.