| | |
| | | private String contractName; |
| | | private String contractNameLike; |
| | | |
| | | private String partyC; |
| | | private String cLink; |
| | | private String cContacts; |
| | | |
| | | private String startTime; |
| | | private String endTime; |
| | | |
| | |
| | | public void setParentContractCodeLike(String parentContractCodeLike) { |
| | | this.parentContractCodeLike = parentContractCodeLike; |
| | | } |
| | | |
| | | public String getPartyC() { |
| | | return partyC; |
| | | } |
| | | |
| | | public void setPartyC(String partyC) { |
| | | this.partyC = partyC; |
| | | } |
| | | |
| | | public String getcLink() { |
| | | return cLink; |
| | | } |
| | | |
| | | public void setcLink(String cLink) { |
| | | this.cLink = cLink; |
| | | } |
| | | |
| | | public String getcContacts() { |
| | | return cContacts; |
| | | } |
| | | |
| | | public void setcContacts(String cContacts) { |
| | | this.cContacts = cContacts; |
| | | } |
| | | } |