Roy Golan has posted comments on this change. Change subject: core: add creation_date to permissions entity ......................................................................
Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/38398/3/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Permissions.java File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Permissions.java: Line 17: private String ownerName; Line 18: private RoleType roleType; Line 19: private String authz; Line 20: private String namespace; Line 21: private long creationDate; next patchset I'll add a proper javadoc to the field and getter/setter Line 22: Line 23: public Permissions() { Line 24: this (Guid.Empty, Guid.Empty, null, null); Line 25: } -- To view, visit https://gerrit.ovirt.org/38398 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iedaf56522fc2af4c4cc8da9f5c1c2572fe4de706 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
