Subversion Repositories SmartDukaan

Rev

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

Rev 25683 Rev 31860
Line 15... Line 15...
15
import com.spice.profitmandi.common.enumuration.MessageType;
15
import com.spice.profitmandi.common.enumuration.MessageType;
16
import com.spice.profitmandi.dao.model.SimpleCampaignParams;
16
import com.spice.profitmandi.dao.model.SimpleCampaignParams;
17
 
17
 
18
@SuppressWarnings("serial")
18
@SuppressWarnings("serial")
19
@Entity
19
@Entity
20
@Table(name = "dtr.notification_campaign", schema = "dtr")
20
@Table(name = "dtr.notification_campaign")
21
public class NotificationCampaign implements Serializable {
21
public class NotificationCampaign implements Serializable {
22
 
22
 
23
	@Id
23
	@Id
24
	@Column(name = "id", unique = true, updatable = false)
24
	@Column(name = "id", unique = true, updatable = false)
25
	@GeneratedValue(strategy = GenerationType.IDENTITY)
25
	@GeneratedValue(strategy = GenerationType.IDENTITY)