Package cl.obcom.desktopfx.core
Class LoginProfile
java.lang.Object
cl.obcom.desktopfx.core.LoginProfile
Login profile of the
Desktop
.-
Property Summary
TypePropertyDescriptionReturns the "Code" property.Returns the "Name" property. -
Constructor Summary
-
Method Summary
-
Property Details
-
code
Returns the "Code" property.- See Also:
-
name
Returns the "Name" property.- See Also:
-
-
Constructor Details
-
LoginProfile
Constructs a newLoginProfile
instance.- Parameters:
code
- the identification of the profile.name
- the name of the profile.- Throws:
IllegalArgumentException
- ifcode
is invalid.NullPointerException
- ifname
isnull
.
-
-
Method Details
-
codeProperty
Returns the "Code" property.- 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
Returns the "Name" property.- Returns:
- the "Name" property.
- See Also:
-
getName
Returns the value of the "Name" property.- Returns:
- the value of the "Name" property.
-