public class ServiceLine extends BusinessObject
Constructor and Description |
---|
ServiceLine() |
Modifier and Type | Method and Description |
---|---|
Calendar |
getEntryDateTime() |
Integer |
getEquipmentLineSequenceNumber() |
String |
getFrontOfficeIntegrationId() |
String |
getItemDescription() |
ItemKey |
getItemKey() |
ServiceLineKey |
getKey() |
String |
getNote() |
PriceLevelKey |
getPriceLevelKey() |
MoneyAmount |
getTaxAmount() |
ServiceTechnicianKey |
getTechnicianKey() |
MoneyAmount |
getTotalAmount() |
MoneyAmount |
getUnitCost() |
MoneyAmount |
getUnitPrice() |
String |
getUofM() |
void |
setEntryDateTime(Calendar value) |
void |
setEquipmentLineSequenceNumber(Integer value) |
void |
setFrontOfficeIntegrationId(String value) |
void |
setItemDescription(String value) |
void |
setItemKey(ItemKey value) |
void |
setKey(ServiceLineKey value) |
void |
setNote(String value) |
void |
setPriceLevelKey(PriceLevelKey value) |
void |
setTaxAmount(MoneyAmount value) |
void |
setTechnicianKey(ServiceTechnicianKey value) |
void |
setTotalAmount(MoneyAmount value) |
void |
setUnitCost(MoneyAmount value) |
void |
setUnitPrice(MoneyAmount value) |
void |
setUofM(String value) |
public Calendar getEntryDateTime()
public void setEntryDateTime(Calendar value)
public Integer getEquipmentLineSequenceNumber()
public void setEquipmentLineSequenceNumber(Integer value)
public String getFrontOfficeIntegrationId()
public void setFrontOfficeIntegrationId(String value)
public String getItemDescription()
public void setItemDescription(String value)
public ItemKey getItemKey()
public void setItemKey(ItemKey value)
public ServiceLineKey getKey()
public void setKey(ServiceLineKey value)
public String getNote()
public void setNote(String value)
public PriceLevelKey getPriceLevelKey()
public void setPriceLevelKey(PriceLevelKey value)
public MoneyAmount getTaxAmount()
public void setTaxAmount(MoneyAmount value)
public ServiceTechnicianKey getTechnicianKey()
public void setTechnicianKey(ServiceTechnicianKey value)
public MoneyAmount getTotalAmount()
public void setTotalAmount(MoneyAmount value)
public MoneyAmount getUnitCost()
public void setUnitCost(MoneyAmount value)
public MoneyAmount getUnitPrice()
public void setUnitPrice(MoneyAmount value)
public String getUofM()
public void setUofM(String value)
Copyright © 2010–2016. All rights reserved.