public class Pricing extends BusinessObject
Constructor and Description |
---|
Pricing() |
Modifier and Type | Method and Description |
---|---|
List<PricingDetail> |
getDetails() |
PricingKey |
getKey() |
String |
getLastModifiedBy() |
Calendar |
getLastModifiedDate() |
RoundingType |
getRound() |
UofMSalesAvailable |
getUofMSalesOption() |
void |
setDetails(List<PricingDetail> value) |
void |
setKey(PricingKey value) |
void |
setLastModifiedBy(String value) |
void |
setLastModifiedDate(Calendar value) |
void |
setRound(RoundingType value) |
void |
setUofMSalesOption(UofMSalesAvailable value) |
public List<PricingDetail> getDetails()
public void setDetails(List<PricingDetail> value)
public PricingKey getKey()
public void setKey(PricingKey value)
public String getLastModifiedBy()
public void setLastModifiedBy(String value)
public Calendar getLastModifiedDate()
public void setLastModifiedDate(Calendar value)
public RoundingType getRound()
public void setRound(RoundingType value)
public UofMSalesAvailable getUofMSalesOption()
public void setUofMSalesOption(UofMSalesAvailable value)
Copyright © 2010–2016. All rights reserved.