Package Phase3

Class InputDetail

java.lang.Object
Phase3.InputDetail

public class InputDetail
extends java.lang.Object
This is just a wrapper class to allow the use of a single array to hold all the input details
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) int amount  
    (package private) java.lang.String type  
    (package private) float value  
  • Constructor Summary

    Constructors 
    Constructor Description
    InputDetail​(java.lang.String type, int amount, float value)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • InputDetail

      public InputDetail​(java.lang.String type, int amount, float value)