public class ServiceCallSummary extends ServiceDocumentSummary
Constructor and Description |
---|
ServiceCallSummary() |
Modifier and Type | Method and Description |
---|---|
Calendar |
getArrivalDateTime() |
Calendar |
getCompletionDateTime() |
Calendar |
getDispatchDateTime() |
MoneyAmount |
getDocumentTotal() |
ServiceTypeKey |
getServiceTypeKey() |
ServiceCallStatusCodeKey |
getStatusCodeKey() |
ServiceTechnicianKey |
getTechnicianKey() |
ServiceCallType |
getType() |
void |
setArrivalDateTime(Calendar value) |
void |
setCompletionDateTime(Calendar value) |
void |
setDispatchDateTime(Calendar value) |
void |
setDocumentTotal(MoneyAmount value) |
void |
setServiceTypeKey(ServiceTypeKey value) |
void |
setStatusCodeKey(ServiceCallStatusCodeKey value) |
void |
setTechnicianKey(ServiceTechnicianKey value) |
void |
setType(ServiceCallType value) |
getCustomerKey, getCustomerName, getCustomerPONumber, getKey, getOfficeKey, getTransactionState, setCustomerKey, setCustomerName, setCustomerPONumber, setKey, setOfficeKey, setTransactionState
public Calendar getArrivalDateTime()
public void setArrivalDateTime(Calendar value)
public Calendar getCompletionDateTime()
public void setCompletionDateTime(Calendar value)
public Calendar getDispatchDateTime()
public void setDispatchDateTime(Calendar value)
public MoneyAmount getDocumentTotal()
public void setDocumentTotal(MoneyAmount value)
public ServiceTypeKey getServiceTypeKey()
public void setServiceTypeKey(ServiceTypeKey value)
public ServiceCallStatusCodeKey getStatusCodeKey()
public void setStatusCodeKey(ServiceCallStatusCodeKey value)
public ServiceTechnicianKey getTechnicianKey()
public void setTechnicianKey(ServiceTechnicianKey value)
public ServiceCallType getType()
public void setType(ServiceCallType value)
Copyright © 2010–2016. All rights reserved.