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

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

public interface Customer
extends java.io.Serializable

A representation of the model object 'Customer'.

The following features are supported:


Method Summary
 java.lang.String getAddress()
          Returns the value of the 'Address' attribute.
 int getID()
          Returns the value of the 'ID' attribute.
 java.lang.String getLastName()
          Returns the value of the 'Last Name' attribute.
 java.util.List getOrders()
          Returns the value of the 'Orders' containment reference list.
 void setAddress(java.lang.String value)
          Sets the value of the 'Address' attribute.
 void setID(int value)
          Sets the value of the 'ID' attribute.
 void setLastName(java.lang.String value)
          Sets the value of the 'Last Name' 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()

getLastName

java.lang.String getLastName()
Returns the value of the 'Last Name' attribute.

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

Returns:
the value of the 'Last Name' attribute.
See Also:
setLastName(String)

setLastName

void setLastName(java.lang.String value)
Sets the value of the 'Last Name' attribute.

Parameters:
value - the new value of the 'Last Name' attribute.
See Also:
getLastName()

getAddress

java.lang.String getAddress()
Returns the value of the 'Address' attribute.

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

Returns:
the value of the 'Address' attribute.
See Also:
setAddress(String)

setAddress

void setAddress(java.lang.String value)
Sets the value of the 'Address' attribute.

Parameters:
value - the new value of the 'Address' attribute.
See Also:
getAddress()

getOrders

java.util.List getOrders()
Returns the value of the 'Orders' containment reference list. The list contents are of type AnOrder.

If the meaning of the 'Orders' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Orders' containment reference list.


Copyright © 2007 Apache Software Foundation. All Rights Reserved.