com.example.model
Class convertToHours

java.lang.Object
  extended by com.example.model.convertToHours

public class convertToHours
extends java.lang.Object

The convertToHoursd class converts a string of minutes into a string in military time


Constructor Summary
convertToHours()
          Default Constructor, sets the result variable to NULL
 
Method Summary
 java.lang.String toHours(java.lang.String minutes)
          toHours will convert the string of minutes into a string of military time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

convertToHours

public convertToHours()
Default Constructor, sets the result variable to NULL

Parameters:
None -
Method Detail

toHours

public java.lang.String toHours(java.lang.String minutes)
toHours will convert the string of minutes into a string of military time

Parameters:
String - minutes
Returns:
String