Constructs a new printer make and model attribute with the given make
and model string and locale.
Parameters:
-
makeAndModel - Printer make and model string.
-
locale - Natural language of the text string. null
is interpreted to mean the default locale as returned
by
Locale.getDefault()
Throws:
-
NullPointerException - (unchecked exception) Thrown if
makeAndModel
is null.