| | |
| | | private String objPersonName; |
| | | private String objPersonId; |
| | | private String startUserId; |
| | | |
| | | private String aPartyaId; |
| | | private String bPartyaId; |
| | | private String cPartyaId; |
| | | |
| | | private List<ContractFilePo> contractFilePo; |
| | | |
| | | public String getaLink() { |
| | |
| | | public void setcContacts(String cContacts) { |
| | | this.cContacts = cContacts; |
| | | } |
| | | |
| | | public String getaPartyaId() { |
| | | return aPartyaId; |
| | | } |
| | | |
| | | public void setaPartyaId(String aPartyaId) { |
| | | this.aPartyaId = aPartyaId; |
| | | } |
| | | |
| | | public String getbPartyaId() { |
| | | return bPartyaId; |
| | | } |
| | | |
| | | public void setbPartyaId(String bPartyaId) { |
| | | this.bPartyaId = bPartyaId; |
| | | } |
| | | |
| | | public String getcPartyaId() { |
| | | return cPartyaId; |
| | | } |
| | | |
| | | public void setcPartyaId(String cPartyaId) { |
| | | this.cPartyaId = cPartyaId; |
| | | } |
| | | } |