Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shestakow1993/a739a1ac6c1a3e0694574b233a558030 to your computer and use it in GitHub Desktop.
Save shestakow1993/a739a1ac6c1a3e0694574b233a558030 to your computer and use it in GitHub Desktop.
Connection connection = connectionSet.getConnection();
ObjectManager objectManager =new ObjectManager(connection);
int objectId = 3689;
ContractObject yearContracrtDiscountObjeckt= objectManager.getObject(objectId);
yearContracrtDiscountObjeckt.setDate2(TimeUtils.convertDateToCalendar(new Date()));
System.out.println(yearContracrtDiscountObjeckt.getContractId()+" ");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment