com.perforce.p4java.impl.generic.admin
Class ProtectionsTable

java.lang.Object
  extended by com.perforce.p4java.impl.generic.admin.ProtectionsTable
All Implemented Interfaces:
IProtectionsTable

public class ProtectionsTable
extends Object
implements IProtectionsTable

Default IProtectionsTable implementation class.


Constructor Summary
ProtectionsTable()
          Default constructor.
ProtectionsTable(List<IProtectionEntry> entries)
          Explicit-value constructor.
 
Method Summary
 List<IProtectionEntry> getEntries()
          Gets the list of protection entries.
 void setEntries(List<IProtectionEntry> entries)
          Sets the list of protection entries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtectionsTable

public ProtectionsTable()
Default constructor.


ProtectionsTable

public ProtectionsTable(List<IProtectionEntry> entries)
Explicit-value constructor.

Method Detail

getEntries

public List<IProtectionEntry> getEntries()
Description copied from interface: IProtectionsTable
Gets the list of protection entries.

Specified by:
getEntries in interface IProtectionsTable
Returns:
the list of protection entries
See Also:
com.perforce.p4java.admin.IProtectionTable#getEntries()

setEntries

public void setEntries(List<IProtectionEntry> entries)
Description copied from interface: IProtectionsTable
Sets the list of protection entries.

Specified by:
setEntries in interface IProtectionsTable
See Also:
com.perforce.p4java.admin.IProtectionTable#setEntries(java.util.List)


Copyright © 2015 Perforce Software. All Rights Reserved.