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)
entries - protectionspublic java.util.List<IProtectionEntry> getEntries()
IProtectionsTablegetEntries in interface IProtectionsTableIProtectionsTable.getEntries()public void setEntries(java.util.List<IProtectionEntry> entries)
IProtectionsTablesetEntries in interface IProtectionsTableentries - list of protection entriesIProtectionsTable.setEntries(java.util.List)