public class Salary extends Object
| Constructor and Description |
|---|
Salary() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAllowance() |
String |
getEmpId() |
long |
getFixed() |
long |
getId() |
void |
setAllowance(long allowance) |
void |
setEmpId(String empId) |
void |
setFexed(long fixed) |
void |
setId(long id) |
public long getId()
public void setId(long id)
public long getFixed()
public void setFexed(long fixed)
public long getAllowance()
public void setAllowance(long allowance)
public String getEmpId()
public void setEmpId(String empId)
Copyright © 2018 WSO2 Inc. All rights reserved.