public class EgPartytype extends Object implements Serializable
| Constructor and Description |
|---|
EgPartytype() |
EgPartytype(EgPartytype egPartytype,
String code,
String description,
BigDecimal createdby,
Date createddate,
BigDecimal lastmodifiedby,
Date lastmodifieddate,
Set<EgwTypeOfWork> egwTypeofworks,
Set<EgPartytype> egPartytypes) |
EgPartytype(String code,
String description,
BigDecimal createdby,
Date createddate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
BigDecimal |
getCreatedby() |
Date |
getCreateddate() |
String |
getDescription() |
EgPartytype |
getEgPartytype() |
Set<EgPartytype> |
getEgPartytypes() |
Set<EgwTypeOfWork> |
getEgwTypeofworks() |
Integer |
getId() |
BigDecimal |
getLastmodifiedby() |
Date |
getLastmodifieddate() |
void |
setCode(String code) |
void |
setCreatedby(BigDecimal createdby) |
void |
setCreateddate(Date createddate) |
void |
setDescription(String description) |
void |
setEgPartytype(EgPartytype egPartytype) |
void |
setEgPartytypes(Set<EgPartytype> egPartytypes) |
void |
setEgwTypeofworks(Set<EgwTypeOfWork> egwTypeofworks) |
void |
setId(Integer id) |
void |
setLastmodifiedby(BigDecimal lastmodifiedby) |
void |
setLastmodifieddate(Date lastmodifieddate) |
public EgPartytype()
public EgPartytype(String code, String description, BigDecimal createdby, Date createddate)
public EgPartytype(EgPartytype egPartytype, String code, String description, BigDecimal createdby, Date createddate, BigDecimal lastmodifiedby, Date lastmodifieddate, Set<EgwTypeOfWork> egwTypeofworks, Set<EgPartytype> egPartytypes)
public Integer getId()
public void setId(Integer id)
public EgPartytype getEgPartytype()
public void setEgPartytype(EgPartytype egPartytype)
public String getCode()
public void setCode(String code)
public String getDescription()
public void setDescription(String description)
public BigDecimal getCreatedby()
public void setCreatedby(BigDecimal createdby)
public Date getCreateddate()
public void setCreateddate(Date createddate)
public BigDecimal getLastmodifiedby()
public void setLastmodifiedby(BigDecimal lastmodifiedby)
public Date getLastmodifieddate()
public void setLastmodifieddate(Date lastmodifieddate)
public Set<EgwTypeOfWork> getEgwTypeofworks()
public void setEgwTypeofworks(Set<EgwTypeOfWork> egwTypeofworks)
public Set<EgPartytype> getEgPartytypes()
public void setEgPartytypes(Set<EgPartytype> egPartytypes)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.