org.apache.tuscany.das.rdb.test.companynoid
Interface DepartmentnoidType

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

public interface DepartmentnoidType
extends java.io.Serializable

A representation of the model object 'Departmentnoid Type'.

The following features are supported:


Method Summary
 java.util.List getEmployees()
          Returns the value of the 'Employees' containment reference list.
 java.lang.String getLocation()
          Returns the value of the 'Location' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 int getNumber()
          Returns the value of the 'Number' attribute.
 void setLocation(java.lang.String value)
          Sets the value of the 'Location' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setNumber(int value)
          Sets the value of the 'Number' attribute.
 

Method Detail

getEmployees

java.util.List getEmployees()
Returns the value of the 'Employees' containment reference list. The list contents are of type EmployeenoidType.

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

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

getName

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

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

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

setName

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

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

getLocation

java.lang.String getLocation()
Returns the value of the 'Location' attribute.

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

Returns:
the value of the 'Location' attribute.
See Also:
setLocation(String)

setLocation

void setLocation(java.lang.String value)
Sets the value of the 'Location' attribute.

Parameters:
value - the new value of the 'Location' attribute.
See Also:
getLocation()

getNumber

int getNumber()
Returns the value of the 'Number' attribute.

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

Returns:
the value of the 'Number' attribute.
See Also:
setNumber(int)

setNumber

void setNumber(int value)
Sets the value of the 'Number' attribute.

Parameters:
value - the new value of the 'Number' attribute.
See Also:
getNumber()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.