Class LoginProfile

java.lang.Object
cl.obcom.desktopfx.core.LoginProfile

public final class LoginProfile extends Object
Login profile of the Desktop.
  • Property Details

  • Constructor Details

    • LoginProfile

      public LoginProfile(int code, String name)
      Constructs a new LoginProfile instance.
      Parameters:
      code - the identification of the profile.
      name - the name of the profile.
      Throws:
      IllegalArgumentException - if code is invalid.
      NullPointerException - if name is null.
  • Method Details

    • codeProperty

      public ReadOnlyIntegerProperty codeProperty()
      Returns the "Code" property.
      See Also:
    • getCode

      public int getCode()
      Returns the value of the "Code" property.
      Returns:
      the value of the "Code" property.
    • nameProperty

      public ReadOnlyStringProperty nameProperty()
      Returns the "Name" property.
      See Also:
    • getName

      public String getName()
      Returns the value of the "Name" property.
      Returns:
      the value of the "Name" property.