Searched refs:getComment (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmCalls.java73 if (p.getComment() != null)
75 p.getComment());
H A DpmInstallPrinter.java590 if (workingPrinter.getComment() != null)
591 descText.setText(workingPrinter.getComment());
985 if (workingPrinter.getComment() == null && description.equals(""))
1414 if (workingPrinter.getComment() != null)
1415 descText.setText(workingPrinter.getComment());
1420 "CLNT:pmInstallPr:doResetFields(): getComment() " +
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterMod.java168 if (!strings_equal(curr.getComment(), p.getComment())) {
169 comment = p.getComment();
640 if (!strings_equal(curr.getComment(), p.getComment())) {
641 comment = p.getComment();
H A DPrinterDebug.java49 Debug.message("SVR: \tComment:\t" + p.getComment());
H A DDoPrinterAdd.java121 String comment = p.getComment();
347 String comment = p.getComment();
H A DPrinter.java411 public String getComment() method in class:Printer
H A DDoPrinterNS.java125 String comment = p.getComment();
360 String comment = p.getComment();
H A DTest.java329 System.out.println("Comment: " + p.getComment());

Completed in 68 milliseconds