public class EgActiondetails extends Object implements Serializable
| Constructor and Description |
|---|
EgActiondetails() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.infra.admin.master.entity.User |
getActionDoneBy() |
Date |
getActionDoneOn() |
String |
getActiontype() |
String |
getComments() |
Integer |
getCreatedby() |
Integer |
getId() |
Date |
getLastmodifieddate() |
Integer |
getModuleid() |
String |
getModuletype() |
void |
setActionDoneBy(org.egov.infra.admin.master.entity.User actionDoneBy) |
void |
setActionDoneOn(Date actionDoneOn) |
void |
setActiontype(String actiontype) |
void |
setComments(String comments) |
void |
setCreatedby(Integer createdby) |
void |
setId(Integer id) |
void |
setLastmodifieddate(Date lastmodifieddate) |
void |
setModuleid(Integer moduleid) |
void |
setModuletype(String moduletype) |
public org.egov.infra.admin.master.entity.User getActionDoneBy()
public void setActionDoneBy(org.egov.infra.admin.master.entity.User actionDoneBy)
actionDoneBy - The actionDoneBy to set.public Date getActionDoneOn()
public void setActionDoneOn(Date actionDoneOn)
actionDoneOn - The actionDoneOn to set.public String getActiontype()
public void setActiontype(String actiontype)
actiontype - The actiontype to set.public String getComments()
public void setComments(String comments)
comments - The comments to set.public Integer getCreatedby()
public void setCreatedby(Integer createdby)
createdby - The createdby to set.public Integer getId()
public void setId(Integer id)
id - The id to set.public Date getLastmodifieddate()
public void setLastmodifieddate(Date lastmodifieddate)
lastmodifieddate - The lastmodifieddate to set.public Integer getModuleid()
public void setModuleid(Integer moduleid)
moduleid - The moduleid to set.public String getModuletype()
public void setModuletype(String moduletype)
moduletype - The moduletype to set.Copyright © 2015–2016 eGovernments Foundation. All rights reserved.