public class ProtectionsTable extends java.lang.Object implements IProtectionsTable
| Constructor and Description |
|---|
ProtectionsTable()
Default constructor.
|
ProtectionsTable(java.util.List<IProtectionEntry> entries)
Explicit-value constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IProtectionEntry> |
getEntries()
Gets the list of protection entries.
|
void |
setEntries(java.util.List<IProtectionEntry> entries)
Sets the list of protection entries.
|
public ProtectionsTable()
public ProtectionsTable(java.util.List<IProtectionEntry> entries)
public java.util.List<IProtectionEntry> getEntries()
IProtectionsTablegetEntries in interface IProtectionsTablecom.perforce.p4java.admin.IProtectionTable#getEntries()public void setEntries(java.util.List<IProtectionEntry> entries)
IProtectionsTablesetEntries in interface IProtectionsTableentries - list of protection entriescom.perforce.p4java.admin.IProtectionTable#setEntries(java.util.List)Copyright © 2020 Perforce Software. All Rights Reserved.