public class ServiceHistory extends Object implements Serializable, Comparable
| Modifier and Type | Field and Description |
|---|---|
static Comparator |
commentDateComparator |
| Constructor and Description |
|---|
ServiceHistory() |
ServiceHistory(Integer idService) |
ServiceHistory(PersonalInformation employeeId,
Date commentDate,
String comments,
String reason,
String serviceOrderNo,
String serviceDocNo,
String payScale) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object anotherCommentDate) |
Date |
getCommentDate() |
String |
getComments() |
Long |
getDocNo() |
PersonalInformation |
getEmployeeId() |
Integer |
getIdService() |
String |
getOrderNo() |
String |
getPayScale() |
String |
getReason() |
void |
setCommentDate(Date commentDate) |
void |
setComments(String comments) |
void |
setDocNo(Long docNo) |
void |
setEmployeeId(PersonalInformation employeeId) |
void |
setIdService(Integer idService) |
void |
setOrderNo(String orderNo) |
void |
setPayScale(String payScale) |
void |
setReason(String reason) |
public static Comparator commentDateComparator
public ServiceHistory()
public ServiceHistory(PersonalInformation employeeId, Date commentDate, String comments, String reason, String serviceOrderNo, String serviceDocNo, String payScale)
public ServiceHistory(Integer idService)
public Integer getIdService()
public void setIdService(Integer idService)
public Date getCommentDate()
public void setCommentDate(Date commentDate)
public String getComments()
public void setComments(String comments)
public String getReason()
public void setReason(String reason)
public PersonalInformation getEmployeeId()
public void setEmployeeId(PersonalInformation employeeId)
public int compareTo(Object anotherCommentDate) throws ClassCastException
compareTo in interface ComparableClassCastExceptionpublic String getOrderNo()
public Long getDocNo()
public void setOrderNo(String orderNo)
public void setDocNo(Long docNo)
public String getPayScale()
public void setPayScale(String payScale)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.