Class ACP

  • All Implemented Interfaces:
    java.io.Serializable

    public class ACP
    extends Entity
    Since:
    0.1
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<ACL> acls  
    • Constructor Summary

      Constructors 
      Constructor Description
      ACP()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ACL> getAcls()  
      void setAcls​(java.util.List<ACL> acls)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • acls

        protected java.util.List<ACL> acls
    • Constructor Detail

      • ACP

        public ACP()
    • Method Detail

      • getAcls

        public java.util.List<ACL> getAcls()
      • setAcls

        public void setAcls​(java.util.List<ACL> acls)