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.void
setEntries(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:IProtectionsTable
Gets the list of protection entries.- Specified by:
getEntries
in interfaceIProtectionsTable
- Returns:
- the list of protection entries
- See Also:
IProtectionsTable.getEntries()
-
setEntries
public void setEntries(java.util.List<IProtectionEntry> entries)
Description copied from interface:IProtectionsTable
Sets the list of protection entries.- Specified by:
setEntries
in interfaceIProtectionsTable
- Parameters:
entries
- list of protection entries- See Also:
IProtectionsTable.setEntries(java.util.List)
-
-