@Entity
public class LegalCaseDepartment
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGLC_LEGALCASE_DEPT |
| Constructor and Description |
|---|
LegalCaseDepartment() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReminder(Reminder reminder) |
Date |
getAssignOn() |
Date |
getDateofreceiptofpwr() |
org.egov.infra.admin.master.entity.Department |
getDepartment() |
Long |
getId() |
boolean |
getIsPrimaryDepartment() |
LegalCase |
getLegalCase() |
List<Reminder> |
getLegalCaseReminders() |
org.egov.pims.commons.Position |
getPosition() |
void |
removeReminder(Reminder reminder) |
void |
setAssignOn(Date assignOn) |
void |
setDateofreceiptofpwr(Date dateofreceiptofpwr) |
void |
setDepartment(org.egov.infra.admin.master.entity.Department department) |
void |
setId(Long id) |
void |
setIsPrimaryDepartment(boolean isPrimaryDepartment) |
void |
setLegalCase(LegalCase legalCase) |
void |
setLegalCaseReminders(List<Reminder> legalCaseReminders) |
void |
setPosition(org.egov.pims.commons.Position position) |
void |
setPrimaryDepartment(boolean isPrimaryDepartment) |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGLC_LEGALCASE_DEPT
public boolean getIsPrimaryDepartment()
public void setIsPrimaryDepartment(boolean isPrimaryDepartment)
public void setPrimaryDepartment(boolean isPrimaryDepartment)
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 org.egov.pims.commons.Position getPosition()
public void setPosition(org.egov.pims.commons.Position position)
public List<org.egov.infra.validation.exception.ValidationError> validate()
public Date getDateofreceiptofpwr()
public void setDateofreceiptofpwr(Date dateofreceiptofpwr)
public org.egov.infra.admin.master.entity.Department getDepartment()
public void setDepartment(org.egov.infra.admin.master.entity.Department department)
public void addReminder(Reminder reminder)
public void removeReminder(Reminder reminder)
public Date getAssignOn()
public void setAssignOn(Date assignOn)
public LegalCase getLegalCase()
public void setLegalCase(LegalCase legalCase)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.