org.apache.tuscany.das.rdb.test.company
Interface DepartmentType

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

public interface DepartmentType
extends java.io.Serializable

A representation of the model object 'Department Type'.

The following features are supported:


Method Summary
 java.util.List getEmployees()
          Returns the value of the 'Employees' containment reference list.
 int getId()
          Returns the value of the 'Id' attribute.
 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 setId(int value)
          Sets the value of the 'Id' 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 EmployeeType.

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.

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()

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.