Package io.mosip.pms.common.entity
Class PartnerPolicyCredentialType
- java.lang.Object
-
- io.mosip.pms.common.entity.PartnerPolicyCredentialType
-
- All Implemented Interfaces:
Serializable
@Entity public class PartnerPolicyCredentialType extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartnerPolicyCredentialType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCrBy()TimestampgetCrDtimes()TimestampgetDelDtimes()PartnerPolicyCredentialTypePKgetId()BooleangetIsActive()BooleangetIsDeleted()StringgetUpdBy()TimestampgetUpdDtimes()voidsetCrBy(String crBy)voidsetCrDtimes(Timestamp crDtimes)voidsetDelDtimes(Timestamp delDtimes)voidsetId(PartnerPolicyCredentialTypePK id)voidsetIsActive(Boolean isActive)voidsetIsDeleted(Boolean isDeleted)voidsetUpdBy(String updBy)voidsetUpdDtimes(Timestamp updDtimes)
-
-
-
Method Detail
-
getId
public PartnerPolicyCredentialTypePK getId()
-
setId
public void setId(PartnerPolicyCredentialTypePK id)
-
getCrBy
public String getCrBy()
-
setCrBy
public void setCrBy(String crBy)
-
getCrDtimes
public Timestamp getCrDtimes()
-
setCrDtimes
public void setCrDtimes(Timestamp crDtimes)
-
getDelDtimes
public Timestamp getDelDtimes()
-
setDelDtimes
public void setDelDtimes(Timestamp delDtimes)
-
getIsActive
public Boolean getIsActive()
-
setIsActive
public void setIsActive(Boolean isActive)
-
getIsDeleted
public Boolean getIsDeleted()
-
setIsDeleted
public void setIsDeleted(Boolean isDeleted)
-
getUpdBy
public String getUpdBy()
-
setUpdBy
public void setUpdBy(String updBy)
-
getUpdDtimes
public Timestamp getUpdDtimes()
-
setUpdDtimes
public void setUpdDtimes(Timestamp updDtimes)
-
-