Interface COM.ibm.jaws.models.trs.CarFleetAvailability
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.ibm.jaws.models.trs.CarFleetAvailability
- public interface CarFleetAvailability
- extends Object
- extends Common
-
cancel()
-
-
getDate()
-
-
getTotalAvailableCars()
-
-
reserve()
-
-
toString()
- Returns a String that represents the value of this Object.
toString
public abstract String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
cancel
public abstract void cancel()
getDate
public abstract Date getDate()
getTotalAvailableCars
public abstract int getTotalAvailableCars()
reserve
public abstract void reserve()
All Packages Class Hierarchy This Package Previous Next Index