Class RoleDefBuilder

  • All Implemented Interfaces:
    net.anotheria.asg.data.Builder<RoleDef>

    public class RoleDefBuilder
    extends java.lang.Object
    implements net.anotheria.asg.data.Builder<RoleDef>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      RoleDefBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RoleDef build()  
      RoleDefBuilder name​(java.lang.String aValue)
      Sets the value of the name attribute.
      • Methods inherited from class java.lang.Object

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

      • name

        protected java.lang.String name
    • Constructor Detail

      • RoleDefBuilder

        public RoleDefBuilder()
    • Method Detail

      • name

        public RoleDefBuilder name​(java.lang.String aValue)
        Sets the value of the name attribute.
      • build

        public RoleDef build()
        Specified by:
        build in interface net.anotheria.asg.data.Builder<RoleDef>