Package io.mosip.pms.common.entity
Class PartnerHPK
- java.lang.Object
-
- io.mosip.pms.common.entity.PartnerHPK
-
- All Implemented Interfaces:
Serializable
@Embeddable public class PartnerHPK extends Object implements Serializable
The primary key class for the partner_h database table.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartnerHPK()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)DategetEffDtimes()StringgetId()inthashCode()voidsetEffDtimes(Date effDtimes)voidsetId(String id)
-