public class GetEmployee
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
sapId |
protected java.lang.String |
workstationId |
Constructor and Description |
---|
GetEmployee() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSapId()
Gets the value of the sapId property.
|
java.lang.String |
getWorkstationId()
Gets the value of the workstationId property.
|
void |
setSapId(java.lang.String value)
Sets the value of the sapId property.
|
void |
setWorkstationId(java.lang.String value)
Sets the value of the workstationId property.
|
protected java.lang.String workstationId
protected java.lang.String sapId
public java.lang.String getWorkstationId()
String
public void setWorkstationId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSapId()
String
public void setSapId(java.lang.String value)
value
- allowed object is
String
Copyright © 2019 CenturyLink, Inc.