net.officefloor.building.command.parameters
Class StopMaxWaitTimeOfficeFloorCommandParameter

java.lang.Object
  extended by net.officefloor.building.command.parameters.AbstractOfficeFloorCommandParameter
      extended by net.officefloor.building.command.parameters.AbstractSingleValueOfficeFloorCommandParameter
          extended by net.officefloor.building.command.parameters.StopMaxWaitTimeOfficeFloorCommandParameter
All Implemented Interfaces:
OfficeFloorCommandParameter

public class StopMaxWaitTimeOfficeFloorCommandParameter
extends AbstractSingleValueOfficeFloorCommandParameter

OfficeFloorCommandParameter for the stop max wait time.

Author:
Daniel Sagenschneider

Field Summary
static long DEFAULT_STOP_WAIT_TIME
          Default stop wait time.
 
Constructor Summary
StopMaxWaitTimeOfficeFloorCommandParameter()
          Initiate.
 
Method Summary
 long getStopMaxWaitTime()
          Obtains the stop max wait time.
 
Methods inherited from class net.officefloor.building.command.parameters.AbstractSingleValueOfficeFloorCommandParameter
addValue, getValue
 
Methods inherited from class net.officefloor.building.command.parameters.AbstractOfficeFloorCommandParameter
getDescription, getName, getShortName, isRequireValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_STOP_WAIT_TIME

public static final long DEFAULT_STOP_WAIT_TIME
Default stop wait time.

See Also:
Constant Field Values
Constructor Detail

StopMaxWaitTimeOfficeFloorCommandParameter

public StopMaxWaitTimeOfficeFloorCommandParameter()
Initiate.

Method Detail

getStopMaxWaitTime

public long getStopMaxWaitTime()
Obtains the stop max wait time.

Returns:
Stop max wait time.


Copyright © 2005-2013. All Rights Reserved.