Class RoleFactory


  • public class RoleFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RoleFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Role create​(java.lang.Integer id)  
      • Methods inherited from class java.lang.Object

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

      • RoleFactory

        public RoleFactory()
    • Method Detail

      • create

        public static Role create​(java.lang.Integer id)
        Parameters:
        id - database ID.