| | |
| | | |
| | | private String splitAllocation; |
| | | |
| | | private Integer responsibilityType; |
| | | |
| | | private Long promotionActivityId; |
| | | |
| | | public Long getPromotionActivityId() { |
| | | return promotionActivityId; |
| | | } |
| | | |
| | | public void setPromotionActivityId(Long promotionActivityId) { |
| | | this.promotionActivityId = promotionActivityId; |
| | | } |
| | | |
| | | |
| | | public Integer getResponsibilityType() { |
| | | return responsibilityType; |
| | | } |
| | | |
| | | public void setResponsibilityType(Integer responsibilityType) { |
| | | this.responsibilityType = responsibilityType; |
| | | } |
| | | |
| | | public Integer getPromotionDriverId() { |
| | | return promotionDriverId; |
| | | } |