public class Status extends Object
| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
String |
getModuleType() |
String |
getStatus() |
void |
setId(Integer id) |
void |
setModuleType(String moduleType) |
void |
setStatus(String status) |
public Integer getId()
public void setId(Integer id)
id - The id to set.public String getModuleType()
public void setModuleType(String moduleType)
moduleType - The moduleType to set.public String getStatus()
public void setStatus(String status)
status - The status to set.Copyright © 2015–2016 eGovernments Foundation. All rights reserved.