Subversion Repositories SmartDukaan

Rev

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

Rev 31730 Rev 32308
Line 182... Line 182...
182
	private ActivationType activationType = ActivationType.BILLING_PENDING;
182
	private ActivationType activationType = ActivationType.BILLING_PENDING;
183
 
183
 
184
	@Column(name = "active_timestamp")
184
	@Column(name = "active_timestamp")
185
	private LocalDateTime activeTimeStamp;
185
	private LocalDateTime activeTimeStamp;
186
 
186
 
-
 
187
	@Column(name = "target")
-
 
188
	private int target;
-
 
189
 
-
 
190
	public int getTarget() {
-
 
191
		return target;
-
 
192
	}
-
 
193
 
-
 
194
	public void setTarget(int target) {
-
 
195
		this.target = target;
-
 
196
	}
-
 
197
 
187
	public ActivationType getActivationType() {
198
	public ActivationType getActivationType() {
188
		return activationType;
199
		return activationType;
189
	}
200
	}
190
 
201
 
191
	public float getCounterPotential() {
202
	public float getCounterPotential() {