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

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

public interface EmployeeType
extends java.io.Serializable

A representation of the model object 'Employee Type'.

The following features are supported:


Method Summary
 int getId()
          Returns the value of the 'Id' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getSN()
          Returns the value of the 'SN' attribute.
 boolean isManager()
          Returns the value of the 'Manager' attribute.
 void setId(int value)
          Sets the value of the 'Id' attribute.
 void setManager(boolean value)
          Sets the value of the 'Manager' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setSN(java.lang.String value)
          Sets the value of the 'SN' attribute.
 

Method Detail

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

getSN

java.lang.String getSN()
Returns the value of the 'SN' attribute.

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

Returns:
the value of the 'SN' attribute.
See Also:
setSN(String)

setSN

void setSN(java.lang.String value)
Sets the value of the 'SN' attribute.

Parameters:
value - the new value of the 'SN' attribute.
See Also:
getSN()

isManager

boolean isManager()
Returns the value of the 'Manager' attribute.

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

Returns:
the value of the 'Manager' attribute.
See Also:
setManager(boolean)

setManager

void setManager(boolean value)
Sets the value of the 'Manager' attribute.

Parameters:
value - the new value of the 'Manager' attribute.
See Also:
isManager()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.