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

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

public interface CompanynoidType
extends java.io.Serializable

A representation of the model object 'Type'.

The following features are supported:


Method Summary
 java.util.List getDepartmentsnoid()
          Returns the value of the 'Departmentsnoid' containment reference list.
 java.lang.String getEmployeeOfTheMonth()
          Returns the value of the 'Employee Of The Month' 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 setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

getDepartmentsnoid

java.util.List getDepartmentsnoid()
Returns the value of the 'Departmentsnoid' containment reference list. The list contents are of type DepartmentnoidType.

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

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

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.