@Entity
@Unique(id="id",
tableName="EGW_MILESTONE_ACTIVITY")
public class MilestoneActivity
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGW_MILESTONE_ACTIVITY |
| Constructor and Description |
|---|
MilestoneActivity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Long |
getId() |
Milestone |
getMilestone() |
double |
getPercentage() |
Date |
getScheduleEndDate() |
Date |
getScheduleStartDate() |
double |
getStageOrderNo() |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setMilestone(Milestone milestone) |
void |
setPercentage(double percentage) |
void |
setScheduleEndDate(Date scheduleEndDate) |
void |
setScheduleStartDate(Date scheduleStartDate) |
void |
setStageOrderNo(double stageOrderNo) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGW_MILESTONE_ACTIVITY
public String getDescription()
public Milestone getMilestone()
public void setMilestone(Milestone milestone)
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 void setDescription(String description)
public double getPercentage()
public void setPercentage(double percentage)
public double getStageOrderNo()
public void setStageOrderNo(double stageOrderNo)
public Date getScheduleStartDate()
public void setScheduleStartDate(Date scheduleStartDate)
public Date getScheduleEndDate()
public void setScheduleEndDate(Date scheduleEndDate)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.