Home
last modified time | relevance | path

Searched refs:getComment (Results 1 – 13 of 13) sorted by relevance

/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/server/
H A DDhcpNetMgrImpl.java136 boolean commentChanged = !oldClient.getComment().equals( in modifyClient()
137 newClient.getComment()); in modifyClient()
158 newClient.getClientName(), newClient.getComment()); in modifyClient()
162 newClient.getClientName(), newClient.getComment()); in modifyClient()
170 newClient.getComment()); in modifyClient()
209 client.getClientName(), client.getComment()); in addClient()
/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmCalls.java73 if (p.getComment() != null) in debugShowPrinter()
75 p.getComment()); in debugShowPrinter()
H A DpmInstallPrinter.java590 if (workingPrinter.getComment() != null) in northPanel()
591 descText.setText(workingPrinter.getComment()); in northPanel()
985 if (workingPrinter.getComment() == null && description.equals("")) in getDescription()
1414 if (workingPrinter.getComment() != null) in doResetFields()
1415 descText.setText(workingPrinter.getComment()); in doResetFields()
/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterMod.java168 if (!strings_equal(curr.getComment(), p.getComment())) { in modifyLocal()
169 comment = p.getComment(); in modifyLocal()
640 if (!strings_equal(curr.getComment(), p.getComment())) { in modifyRemote()
641 comment = p.getComment(); in modifyRemote()
H A DPrinterDebug.java49 Debug.message("SVR: \tComment:\t" + p.getComment()); in printObj()
H A DDoPrinterAdd.java121 String comment = p.getComment(); in addLocal()
347 String comment = p.getComment(); in addRemote()
H A DDoPrinterNS.java125 String comment = p.getComment(); in setNIS()
360 String comment = p.getComment(); in setNS()
H A DPrinter.java411 public String getComment() in getComment() method in Printer
H A DTest.java329 System.out.println("Comment: " + p.getComment()); in printView()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
H A DDisplayNetworkTable.java176 Format.print(System.out, "%s\n", dhcpClientRecord.getComment()); in execute()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DDhcpClientRecord.java565 public String getComment() { in getComment() method in DhcpClientRecord
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DCreateAddressDialog.java441 comment.setText(client.getComment()); in resetValues()
H A DAddressView.java234 return data[row].getComment(); in getValueAt()