All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.pms.common.entity.DeviceDetailSBIPK Maven / Gradle / Ivy

There is a newer version: 1.3.0-dp.1
Show newest version
package io.mosip.pms.common.entity;

import java.io.Serializable;

import javax.persistence.Column;
import javax.persistence.Embeddable;

import lombok.Data;

@Embeddable
@Data
public class DeviceDetailSBIPK implements Serializable{

	/**
	 * 
	 */
	private static final long serialVersionUID = -1931522822517596895L;
	
	@Column(name = "device_detail_id")
	private String deviceDetailId;
	
	@Column(name = "sbi_id")
	private String sbiId;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy