pandora
Class UpdateIF.Command

java.lang.Object
  |
  +--pandora.UpdateIF.Command
Enclosing class:
UpdateIF

public static class UpdateIF.Command
extends java.lang.Object

Describes a command


Field Summary
 java.lang.String address
          User delivery information
 long date
          Command date (in millisec)
 java.lang.String delivery
          URL of the delivery Web service
 UpdateIF.Item[] items
          Command items
 java.lang.String name
          User charging information
 java.lang.String payment
          URL of the payment Web service
 
Constructor Summary
UpdateIF.Command()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
User charging information


address

public java.lang.String address
User delivery information


payment

public java.lang.String payment
URL of the payment Web service


delivery

public java.lang.String delivery
URL of the delivery Web service


date

public long date
Command date (in millisec)


items

public UpdateIF.Item[] items
Command items

Constructor Detail

UpdateIF.Command

public UpdateIF.Command()