Class SecuredObject

java.lang.Object
com._1c.g5.v8.dt.internal.rights.cleanup.SecuredObject
All Implemented Interfaces:
Comparable<SecuredObject>

public class SecuredObject extends Object implements Comparable<SecuredObject>
Secured object for ObjectRights object to runtime order sort.
  • Constructor Details

    • SecuredObject

      public SecuredObject(UUID uuid)
      Constructor.
      Parameters:
      uuid - the uuid, cannot be null
  • Method Details