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