org.apache.tuscany.das.rdb.test.customer
Interface AnOrder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnOrderImpl

public interface AnOrder
extends java.io.Serializable

A representation of the model object 'An Order'.

The following features are supported:


Method Summary
 int getCustomer_ID()
          Returns the value of the 'Customer ID' attribute.
 int getID()
          Returns the value of the 'ID' attribute.
 java.lang.String getProduct()
          Returns the value of the 'Product' attribute.
 int getQuantity()
          Returns the value of the 'Quantity' attribute.
 void setCustomer_ID(int value)
          Sets the value of the 'Customer ID' attribute.
 void setID(int value)
          Sets the value of the 'ID' attribute.
 void setProduct(java.lang.String value)
          Sets the value of the 'Product' attribute.
 void setQuantity(int value)
          Sets the value of the 'Quantity' attribute.
 

Method Detail

getID

int getID()
Returns the value of the 'ID' attribute.

If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'ID' attribute.
See Also:
setID(int)

setID

void setID(int value)
Sets the value of the 'ID' attribute.

Parameters:
value - the new value of the 'ID' attribute.
See Also:
getID()

getProduct

java.lang.String getProduct()
Returns the value of the 'Product' attribute.

If the meaning of the 'Product' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Product' attribute.
See Also:
setProduct(String)

setProduct

void setProduct(java.lang.String value)
Sets the value of the 'Product' attribute.

Parameters:
value - the new value of the 'Product' attribute.
See Also:
getProduct()

getQuantity

int getQuantity()
Returns the value of the 'Quantity' attribute.

If the meaning of the 'Quantity' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Quantity' attribute.
See Also:
setQuantity(int)

setQuantity

void setQuantity(int value)
Sets the value of the 'Quantity' attribute.

Parameters:
value - the new value of the 'Quantity' attribute.
See Also:
getQuantity()

getCustomer_ID

int getCustomer_ID()
Returns the value of the 'Customer ID' attribute.

If the meaning of the 'Customer ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Customer ID' attribute.
See Also:
setCustomer_ID(int)

setCustomer_ID

void setCustomer_ID(int value)
Sets the value of the 'Customer ID' attribute.

Parameters:
value - the new value of the 'Customer ID' attribute.
See Also:
getCustomer_ID()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.