|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompanyType
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 |
---|
java.util.List getDepartments()
DepartmentType
.
If the meaning of the 'Departments' containment reference list isn't clear, there really should be more of a description here...
int getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(int)
void setId(int value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getEmployeeOfTheMonth()
If the meaning of the 'Employee Of The Month' attribute isn't clear, there really should be more of a description here...
setEmployeeOfTheMonth(String)
void setEmployeeOfTheMonth(java.lang.String value)
Employee Of The Month
' attribute.
value
- the new value of the 'Employee Of The Month' attribute.getEmployeeOfTheMonth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |