Subversion Repositories SmartDukaan

Rev

Rev 31860 | Rev 34697 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31860 Rev 32310
Line 142... Line 142...
142
	private LocalDateTime expireTimestamp = null;
142
	private LocalDateTime expireTimestamp = null;
143
 
143
 
144
	@Column(name = "created_by")
144
	@Column(name = "created_by")
145
	private int createdBy;
145
	private int createdBy;
146
 
146
 
-
 
147
	//Dummy hardcode
-
 
148
	@Transient
-
 
149
	private int target;
-
 
150
 
-
 
151
	public int getTarget() {
-
 
152
		return target;
-
 
153
	}
-
 
154
 
-
 
155
	public void setTarget(int target) {
-
 
156
		this.target = target;
-
 
157
	}
-
 
158
 
147
	@Column
159
	@Column
148
	private boolean cashback;
160
	private boolean cashback;
149
 
161
 
150
	@Transient
162
	@Transient
151
	private Set<Integer> retailerIds = new HashSet<>();
163
	private Set<Integer> retailerIds = new HashSet<>();