com.ace.moab.api.request
Class CreateReservationRequest

java.lang.Object
  extended by com.ace.moab.api.request.CreateReservationRequest
All Implemented Interfaces:
com.moab.api.commands.Request
Direct Known Subclasses:
CreateOneTimeRsvRequest, CreateStandingRsvRequest

public abstract class CreateReservationRequest
extends java.lang.Object
implements com.moab.api.commands.Request

This class is a command object that handles the command generation

Author:
bkimball

Field Summary
protected static org.apache.log4j.Logger logger
          Allows logging for this class
static java.lang.String MOAB_RSV_DATE_FORMAT
          The format used to specify start and end dates for moab reservations
 
Constructor Summary
CreateReservationRequest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.moab.api.commands.Request
getMoabCommands, hasChanges
 

Field Detail

MOAB_RSV_DATE_FORMAT

public static final java.lang.String MOAB_RSV_DATE_FORMAT
The format used to specify start and end dates for moab reservations

See Also:
Constant Field Values

logger

protected static final org.apache.log4j.Logger logger
Allows logging for this class

Constructor Detail

CreateReservationRequest

public CreateReservationRequest()


Copyright © 2001-2009 Cluster Resources, Inc. All Rights Reserved.