Class ProtectionsTable
- java.lang.Object
-
- com.perforce.p4java.impl.generic.admin.ProtectionsTable
-
- All Implemented Interfaces:
IProtectionsTable
public class ProtectionsTable extends java.lang.Object implements IProtectionsTable
Default IProtectionsTable implementation class.
-
-
Constructor Summary
Constructors Constructor Description ProtectionsTable()Default constructor.ProtectionsTable(java.util.List<IProtectionEntry> entries)Explicit-value constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<IProtectionEntry>getEntries()Gets the list of protection entries.voidsetEntries(java.util.List<IProtectionEntry> entries)Sets the list of protection entries.
-
-
-
Constructor Detail
-
ProtectionsTable
public ProtectionsTable()
Default constructor.
-
ProtectionsTable
public ProtectionsTable(java.util.List<IProtectionEntry> entries)
Explicit-value constructor.- Parameters:
entries- protections
-
-
Method Detail
-
getEntries
public java.util.List<IProtectionEntry> getEntries()
Description copied from interface:IProtectionsTableGets the list of protection entries.- Specified by:
getEntriesin interfaceIProtectionsTable- Returns:
- the list of protection entries
- See Also:
IProtectionsTable.getEntries()
-
setEntries
public void setEntries(java.util.List<IProtectionEntry> entries)
Description copied from interface:IProtectionsTableSets the list of protection entries.- Specified by:
setEntriesin interfaceIProtectionsTable- Parameters:
entries- list of protection entries- See Also:
IProtectionsTable.setEntries(java.util.List)
-
-