Example #1
0
 public Entity(
     String guid,
     FortressSegment segment,
     EntityInputBean mib,
     DocumentType doc,
     org.flockdata.model.FortressUser user)
     throws FlockException {
   this(guid, segment, mib, doc);
   setCreatedBy(user);
 }