public class ProjectTimesheetSummary extends Object
Constructor and Description |
---|
ProjectTimesheetSummary() |
Modifier and Type | Method and Description |
---|---|
BatchKey |
getBatchKey() |
Calendar |
getDate() |
EmployeeKey |
getEmployeeKey() |
ProjectTimesheetKey |
getKey() |
String |
getReferenceDocumentNumber() |
Calendar |
getReportingDate() |
Integer |
getReportingPeriod() |
MoneyAmount |
getTotalCost() |
ProjectTransactionState |
getTransactionState() |
ProjectTransactionType |
getTransactionType() |
void |
setBatchKey(BatchKey value) |
void |
setDate(Calendar value) |
void |
setEmployeeKey(EmployeeKey value) |
void |
setKey(ProjectTimesheetKey value) |
void |
setReferenceDocumentNumber(String value) |
void |
setReportingDate(Calendar value) |
void |
setReportingPeriod(Integer value) |
void |
setTotalCost(MoneyAmount value) |
void |
setTransactionState(ProjectTransactionState value) |
void |
setTransactionType(ProjectTransactionType value) |
public BatchKey getBatchKey()
public void setBatchKey(BatchKey value)
public Calendar getDate()
public void setDate(Calendar value)
public EmployeeKey getEmployeeKey()
public void setEmployeeKey(EmployeeKey value)
public ProjectTimesheetKey getKey()
public void setKey(ProjectTimesheetKey value)
public String getReferenceDocumentNumber()
public void setReferenceDocumentNumber(String value)
public Calendar getReportingDate()
public void setReportingDate(Calendar value)
public Integer getReportingPeriod()
public void setReportingPeriod(Integer value)
public MoneyAmount getTotalCost()
public void setTotalCost(MoneyAmount value)
public ProjectTransactionState getTransactionState()
public void setTransactionState(ProjectTransactionState value)
public ProjectTransactionType getTransactionType()
public void setTransactionType(ProjectTransactionType value)
Copyright © 2010–2016. All rights reserved.