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

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

public interface CompanyType
extends java.io.Serializable

A representation of the model object 'Type'.

The following features are supported:


Method Summary
 java.util.List getDepartments()
          Returns the value of the 'Departments' containment reference list.
 java.lang.String getEmployeeOfTheMonth()
          Returns the value of the 'Employee Of The Month' attribute.
 int getId()
          Returns the value of the 'Id' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setEmployeeOfTheMonth(java.lang.String value)
          Sets the value of the 'Employee Of The Month' attribute.
 void setId(int value)
          Sets the value of the 'Id' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

getDepartments

java.util.List getDepartments()
Returns the value of the 'Departments' containment reference list. The list contents are of type DepartmentType.

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

Returns:
the value of the 'Departments' 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()

getEmployeeOfTheMonth

java.lang.String getEmployeeOfTheMonth()
Returns the value of the 'Employee Of The Month' attribute.

If the meaning of the 'Employee Of The Month' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Employee Of The Month' attribute.
See Also:
setEmployeeOfTheMonth(String)

setEmployeeOfTheMonth

void setEmployeeOfTheMonth(java.lang.String value)
Sets the value of the 'Employee Of The Month' attribute.

Parameters:
value - the new value of the 'Employee Of The Month' attribute.
See Also:
getEmployeeOfTheMonth()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.