Searched refs:getVendor (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DInventory.java54 public String getVendor() { method in class:Inventory
H A DInventoryBinding.java42 to.writeString(inventory.getVendor());
H A DExampleDatabaseRead.java145 System.out.println("\t " + theInventory.getVendor());
155 new DatabaseEntry(theInventory.getVendor().getBytes("UTF-8"));
162 theInventory.getVendor() + ".");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_read.cpp127 show_vendor(vendorDB, inventoryItem.getVendor().c_str());
169 show_vendor(vendorDB, inventoryItem.getVendor().c_str());
H A DgettingStartedCommon.hpp20 inline std::string& getVendor() {return(vendor_);} function in class:InventoryData

Completed in 42 milliseconds