public class Functionary extends Object implements Serializable
| Constructor and Description |
|---|
Functionary() |
Functionary(Integer id,
BigDecimal code,
String name) |
Functionary(Integer id,
BigDecimal code,
String name,
Date createtimestamp,
Date updatetimestamp,
Boolean isactive) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCode() |
Date |
getCreatetimestamp() |
Integer |
getId() |
Boolean |
getIsactive() |
String |
getName() |
Date |
getUpdatetimestamp() |
void |
setCode(BigDecimal code) |
void |
setCreatetimestamp(Date createtimestamp) |
void |
setId(Integer id) |
void |
setIsactive(Boolean isactive) |
void |
setName(String name) |
void |
setUpdatetimestamp(Date updatetimestamp) |
public Functionary()
public Functionary(Integer id, BigDecimal code, String name)
public Integer getId()
public void setId(Integer id)
public BigDecimal getCode()
public void setCode(BigDecimal code)
public String getName()
public void setName(String name)
public Date getCreatetimestamp()
public void setCreatetimestamp(Date createtimestamp)
public Date getUpdatetimestamp()
public void setUpdatetimestamp(Date updatetimestamp)
public Boolean getIsactive()
public void setIsactive(Boolean isactive)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.