Name (ACLEntry - Java)

Read-Write. The name of an ACL entry.

Defined in

ACLEntry

Data type

String

Syntax

public String getName()
    throws NotesException
public void setName(String name)
    throws NotesException
public void setName(Name n)
    throws NotesException

Usage

Hierarchical names are returned in canonical format. However, you can enter a hierarchical name as a String in abbreviated format.

For setName, you must call save on the ACL if you want the modified ACL to be saved to disk.

If you change the name of an entry, the other properties of the entry (such as Level) are preserved.

The Name object for setName cannot be null.

Example