@Entity
@Unique(id="id",
tableName="egmrs_religion",
columnName="name",
fields="name",
enableDfltMsg=true,
message="Already Exist.name should be unique.")
public class MarriageReligion
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_RELIGION |
| Constructor and Description |
|---|
MarriageReligion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Long |
getId() |
String |
getName() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_RELIGION
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.