Class PolicyGroup
- java.lang.Object
-
- io.mosip.pmp.partnermanagement.entity.PolicyGroup
-
- All Implemented Interfaces:
Serializable
@Entity public class PolicyGroup extends Object implements Serializable
The persistent class for the policy_group database table.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PolicyGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCrBy()TimestampgetCrDtimes()TimestampgetDelDtimes()StringgetDescr()StringgetId()BooleangetIsActive()BooleangetIsDeleted()StringgetName()StringgetUpdBy()TimestampgetUpdDtimes()StringgetUserId()voidsetCrBy(String crBy)voidsetCrDtimes(Timestamp crDtimes)voidsetDelDtimes(Timestamp delDtimes)voidsetDescr(String descr)voidsetId(String id)voidsetIsActive(Boolean isActive)voidsetIsDeleted(Boolean isDeleted)voidsetName(String name)voidsetUpdBy(String updBy)voidsetUpdDtimes(Timestamp updDtimes)voidsetUserId(String userId)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String 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)
-
getDescr
public String getDescr()
-
setDescr
public void setDescr(String descr)
-
getIsActive
public Boolean getIsActive()
-
setIsActive
public void setIsActive(Boolean isActive)
-
getIsDeleted
public Boolean getIsDeleted()
-
setIsDeleted
public void setIsDeleted(Boolean isDeleted)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getUpdBy
public String getUpdBy()
-
setUpdBy
public void setUpdBy(String updBy)
-
getUpdDtimes
public Timestamp getUpdDtimes()
-
setUpdDtimes
public void setUpdDtimes(Timestamp updDtimes)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
-