Subversion Repositories SmartDukaan

Rev

Rev 31860 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31860 Rev 36376
Line 124... Line 124...
124
	private float dataProtectionAmount;
124
	private float dataProtectionAmount;
125
 
125
 
126
	@Column(name="dealText")
126
	@Column(name="dealText")
127
	private String dealText;
127
	private String dealText;
128
 
128
 
-
 
129
	@Column(name = "last_seen_price")
-
 
130
	private Float lastSeenPrice;
-
 
131
 
-
 
132
	@Column(name = "last_seen_at")
-
 
133
	private LocalDateTime lastSeenAt;
-
 
134
 
-
 
135
	@Column(name = "seller_id")
-
 
136
	private Long sellerId;
-
 
137
 
-
 
138
	@Column(name = "v2_line_status")
-
 
139
	private String v2LineStatus = "ACTIVE";
-
 
140
 
-
 
141
	@Column(name = "insurance_plan_id")
-
 
142
	private String insurancePlanId;
-
 
143
 
-
 
144
	@Column(name = "insurance_correlation_id")
-
 
145
	private String insuranceCorrelationId;
-
 
146
 
-
 
147
	@Column(name = "insurance_metadata", columnDefinition = "json")
-
 
148
	private String insuranceMetadata;
-
 
149
 
-
 
150
	public Float getLastSeenPrice() { return lastSeenPrice; }
-
 
151
	public void setLastSeenPrice(Float lastSeenPrice) { this.lastSeenPrice = lastSeenPrice; }
-
 
152
 
-
 
153
	public LocalDateTime getLastSeenAt() { return lastSeenAt; }
-
 
154
	public void setLastSeenAt(LocalDateTime lastSeenAt) { this.lastSeenAt = lastSeenAt; }
-
 
155
 
-
 
156
	public Long getSellerId() { return sellerId; }
-
 
157
	public void setSellerId(Long sellerId) { this.sellerId = sellerId; }
-
 
158
 
-
 
159
	public String getV2LineStatus() { return v2LineStatus; }
-
 
160
	public void setV2LineStatus(String v2LineStatus) { this.v2LineStatus = v2LineStatus; }
-
 
161
 
-
 
162
	public String getInsurancePlanId() { return insurancePlanId; }
-
 
163
	public void setInsurancePlanId(String insurancePlanId) { this.insurancePlanId = insurancePlanId; }
-
 
164
 
-
 
165
	public String getInsuranceCorrelationId() { return insuranceCorrelationId; }
-
 
166
	public void setInsuranceCorrelationId(String insuranceCorrelationId) { this.insuranceCorrelationId = insuranceCorrelationId; }
-
 
167
 
-
 
168
	public String getInsuranceMetadata() { return insuranceMetadata; }
-
 
169
	public void setInsuranceMetadata(String insuranceMetadata) { this.insuranceMetadata = insuranceMetadata; }
-
 
170
 
129
	public int getCartId() {
171
	public int getCartId() {
130
		return cartId;
172
		return cartId;
131
	}
173
	}
132
 
174
 
133
	public void setCartId(int cartId) {
175
	public void setCartId(int cartId) {