Пример #1
0
 public void testHashing() {
   DomainEntity gde = new DomainEntity();
   gde.setDomainFQDN("com.example");
   gde.setDomaintype(DomainType.Type.APPLICATION);
   gde.setDescription("This is a test company");
   this.entity = gde;
   this.create();
 }