@Entity
@Unique(id="id",
tableName="EGW_TRACK_MILESTONE")
public class TrackMilestone
extends org.egov.infra.workflow.entity.StateAware
| Modifier and Type | Class and Description |
|---|---|
static class |
TrackMilestone.Actions |
static class |
TrackMilestone.TrackMilestoneStatus |
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGW_TRACK_MILESTONE |
| Constructor and Description |
|---|
TrackMilestone() |
| Modifier and Type | Method and Description |
|---|---|
void |
addActivity(TrackMilestoneActivity activity) |
List<TrackMilestoneActivity> |
getActivities() |
String |
getApprovalComent() |
Date |
getApprovedDate() |
Long |
getId() |
Milestone |
getMilestone() |
String |
getOwnerName() |
String |
getStateDetails() |
org.egov.commons.EgwStatus |
getStatus() |
BigDecimal |
getTotalPercentage() |
boolean |
isProjectCompleted() |
void |
setActivities(List<TrackMilestoneActivity> activities) |
void |
setApprovalComent(String approvalComent) |
void |
setApprovedDate(Date approvedDate) |
void |
setId(Long id) |
void |
setMilestone(Milestone milestone) |
void |
setOwnerName(String ownerName) |
void |
setProjectCompleted(boolean projectCompleted) |
void |
setStatus(org.egov.commons.EgwStatus status) |
void |
setTotalPercentage(BigDecimal totalPercentage) |
buildStateInfo, byCreatedDate, end, getCurrentState, getState, getStateHistory, getStateInfoJson, getStateType, hasState, myLinkId, reinitiateTransition, reopen, setState, start, stateInProgress, stateIsEnded, stateIsNew, transition, transition, withComments, withDateInfo, withExtraDateInfo, withExtraInfo, withInitiator, withNatureOfTask, withNextAction, withOwner, withOwner, withSenderName, withStateValuegetCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGW_TRACK_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 BigDecimal getTotalPercentage()
public void setTotalPercentage(BigDecimal totalPercentage)
public Date getApprovedDate()
public void setApprovedDate(Date approvedDate)
public org.egov.commons.EgwStatus getStatus()
public void setStatus(org.egov.commons.EgwStatus status)
public Milestone getMilestone()
public void setMilestone(Milestone milestone)
public String getStateDetails()
getStateDetails in class org.egov.infra.workflow.entity.StateAwarepublic String getOwnerName()
public void setOwnerName(String ownerName)
public List<TrackMilestoneActivity> getActivities()
public void addActivity(TrackMilestoneActivity activity)
public void setActivities(List<TrackMilestoneActivity> activities)
public String getApprovalComent()
public void setApprovalComent(String approvalComent)
public boolean isProjectCompleted()
public void setProjectCompleted(boolean projectCompleted)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.