PizzeriaApp / javadoc / index-files / index-6.html
index-6.html
Raw
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_352) on Thu Dec 08 23:07:16 EST 2022 -->
<title>G-Index</title>
<meta name="date" content="2022-12-08">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="G-Index";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-5.html">Prev Letter</a></li>
<li><a href="index-7.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li>
<li><a href="index-6.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">S</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<a href="index-16.html">U</a>&nbsp;<a href="index-17.html">V</a>&nbsp;<a name="I:G">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/ToppingsAdapter.ViewHolder.html#getButton--">getButton()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/ToppingsAdapter.ViewHolder.html" title="class in com.example.pizzeria.pizzeria">ToppingsAdapter.ViewHolder</a></dt>
<dd>
<div class="block">Returns the add/remove button of the ViewHolder.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/Pizza.html#getCrust--">getCrust()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/Pizza.html" title="class in com.example.pizzeria.pizzeria">Pizza</a></dt>
<dd>
<div class="block">Returns the crust type of the pizza.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/Order.html#getID--">getID()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/Order.html" title="class in com.example.pizzeria.pizzeria">Order</a></dt>
<dd>
<div class="block">Returns the order number.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/ToppingsAdapter.ViewHolder.html#getImage--">getImage()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/ToppingsAdapter.ViewHolder.html" title="class in com.example.pizzeria.pizzeria">ToppingsAdapter.ViewHolder</a></dt>
<dd>
<div class="block">Returns the ImageView of the ViewHolder.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/ToppingsModel.html#getImage--">getImage()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/ToppingsModel.html" title="class in com.example.pizzeria.pizzeria">ToppingsModel</a></dt>
<dd>
<div class="block">Returns the topping image id.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/ToppingsAdapter.html#getItemCount--">getItemCount()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/ToppingsAdapter.html" title="class in com.example.pizzeria.pizzeria">ToppingsAdapter</a></dt>
<dd>
<div class="block">Returns the number of items in the adapter.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/ToppingsModel.html#getName--">getName()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/ToppingsModel.html" title="class in com.example.pizzeria.pizzeria">ToppingsModel</a></dt>
<dd>
<div class="block">Returns the topping name.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/StoreOrder.html#getOrderNumbers--">getOrderNumbers()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/StoreOrder.html" title="class in com.example.pizzeria.pizzeria">StoreOrder</a></dt>
<dd>
<div class="block">Returns the list of order numbers.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/StoreOrder.html#getOrders--">getOrders()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/StoreOrder.html" title="class in com.example.pizzeria.pizzeria">StoreOrder</a></dt>
<dd>
<div class="block">Returns the list of orders.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/Order.html#getPizzas--">getPizzas()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/Order.html" title="class in com.example.pizzeria.pizzeria">Order</a></dt>
<dd>
<div class="block">Returns the list of pizzas in the order.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/Pizza.html#getSize--">getSize()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/Pizza.html" title="class in com.example.pizzeria.pizzeria">Pizza</a></dt>
<dd>
<div class="block">Returns the size of the pizza.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/Order.html#getSubtotal--">getSubtotal()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/Order.html" title="class in com.example.pizzeria.pizzeria">Order</a></dt>
<dd>
<div class="block">Returns the price of the order without tax.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/Order.html#getTax--">getTax()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/Order.html" title="class in com.example.pizzeria.pizzeria">Order</a></dt>
<dd>
<div class="block">Returns the tax of the order.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/ToppingsAdapter.ViewHolder.html#getTextView--">getTextView()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/ToppingsAdapter.ViewHolder.html" title="class in com.example.pizzeria.pizzeria">ToppingsAdapter.ViewHolder</a></dt>
<dd>
<div class="block">Returns the TextView of the ViewHolder.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/Pizza.html#getToppings--">getToppings()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/Pizza.html" title="class in com.example.pizzeria.pizzeria">Pizza</a></dt>
<dd>
<div class="block">Returns the list of toppings.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/pizzeria/pizzeria/Order.html#getTotalPrice--">getTotalPrice()</a></span> - Method in class com.example.pizzeria.pizzeria.<a href="../com/example/pizzeria/pizzeria/Order.html" title="class in com.example.pizzeria.pizzeria">Order</a></dt>
<dd>
<div class="block">Returns the total price of teh order.</div>
</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">S</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<a href="index-16.html">U</a>&nbsp;<a href="index-17.html">V</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-5.html">Prev Letter</a></li>
<li><a href="index-7.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li>
<li><a href="index-6.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>