Class AccessControlProfileId


  • public class AccessControlProfileId
    extends java.lang.Object
    A class used to wrap an access control profile identifiers.
    • Constructor Summary

      Constructors 
      Constructor Description
      AccessControlProfileId​(int id)
      Constructs a new object holding a numerical identifier.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()
      Gets the numerical identifier wrapped by this object.
      • Methods inherited from class java.lang.Object

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

      • AccessControlProfileId

        public AccessControlProfileId​(int id)
        Constructs a new object holding a numerical identifier.
        Parameters:
        id - the identifier.
    • Method Detail

      • getId

        public int getId()
        Gets the numerical identifier wrapped by this object.
        Returns:
        the identifier.