Subversion Repositories SmartDukaan

Rev

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

Rev 30279 Rev 31681
Line 174... Line 174...
174
	@Enumerated(EnumType.STRING)
174
	@Enumerated(EnumType.STRING)
175
	private FofoType fofoType;
175
	private FofoType fofoType;
176
 
176
 
177
	@Column(name = "activation_type")
177
	@Column(name = "activation_type")
178
	@Enumerated(EnumType.STRING)
178
	@Enumerated(EnumType.STRING)
179
	private ActivationType activationType = ActivationType.ACTIVE;
179
	private ActivationType activationType = ActivationType.NOT_YET_BILLED;
180
 
180
 
181
	@Column(name = "active_timestamp")
181
	@Column(name = "active_timestamp")
182
	private LocalDateTime activeTimeStamp;
182
	private LocalDateTime activeTimeStamp;
183
 
183
 
184
	public ActivationType getActivationType() {
184
	public ActivationType getActivationType() {