Package io.mosip.pms.common.entity
Class PartnerPolicyCredentialTypePK
- java.lang.Object
-
- io.mosip.pms.common.entity.PartnerPolicyCredentialTypePK
-
- All Implemented Interfaces:
Serializable
@Embeddable public class PartnerPolicyCredentialTypePK extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartnerPolicyCredentialTypePK()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetCredentialType()StringgetPartId()StringgetPolicyId()inthashCode()voidsetCredentialType(String credentialType)voidsetPartId(String partId)voidsetPolicyId(String policyId)
-
-
-
Method Detail
-
getPartId
public String getPartId()
-
setPartId
public void setPartId(String partId)
-
getPolicyId
public String getPolicyId()
-
setPolicyId
public void setPolicyId(String policyId)
-
getCredentialType
public String getCredentialType()
-
setCredentialType
public void setCredentialType(String credentialType)
-
-