@Unique(fields="nomineeType",
id="id",
tableName="EGEIS_RELATION_TYPE",
columnName="RELATION_TYPE",
message="Relation Type is unique")
public class EisRelationType
extends Object
implements Serializable
| Constructor and Description |
|---|
EisRelationType() |
EisRelationType(boolean fullBenefitElegible,
String gender) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEligibleAge() |
String |
getEligStatusIfEmployed() |
String |
getEligStatusIfMarried() |
String |
getGender() |
Long |
getId() |
String |
getNarration() |
String |
getNomineeType() |
boolean |
isFullBenefitEligible() |
void |
setEligibleAge(Long eligibleAge) |
void |
setEligStatusIfEmployed(String eligStatusIfEmployed) |
void |
setEligStatusIfMarried(String eligStatusIfMarried) |
void |
setFullBenefitEligible(boolean fullBenefitElegible) |
void |
setGender(String gender) |
void |
setId(Long id) |
void |
setNarration(String narration) |
void |
setNomineeType(String nomineeType) |
public EisRelationType()
public EisRelationType(boolean fullBenefitElegible,
String gender)
public String getEligStatusIfMarried()
public void setEligStatusIfMarried(String eligStatusIfMarried)
public String getEligStatusIfEmployed()
public void setEligStatusIfEmployed(String eligStatusIfEmployed)
public Long getId()
public void setId(Long id)
public String getNomineeType()
public void setNomineeType(String nomineeType)
public boolean isFullBenefitEligible()
public void setFullBenefitEligible(boolean fullBenefitElegible)
public String getGender()
public void setGender(String gender)
public Long getEligibleAge()
public void setEligibleAge(Long eligibleAge)
public String getNarration()
public void setNarration(String narration)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.