public class LayerPriceComposition extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
METHOD_BLOCKED |
static int |
METHOD_CHILDS |
static int |
METHOD_NONE |
static int |
METHOD_OWN |
static int |
METHOD_PARENTS |
| Constructor and Description |
|---|
LayerPriceComposition() |
LayerPriceComposition(String serverProviderPrefix,
String layerName,
Date calculationDate,
BigDecimal scale,
String projection,
int planType,
BigDecimal units,
String service,
String operation) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCalculationDate() |
long |
getCalculationTime() |
Integer |
getId() |
Boolean |
getLayerIsFree() |
String |
getLayerName() |
BigDecimal |
getLayerPrice() |
int |
getMethod() |
String |
getOperation() |
int |
getPlanType() |
String |
getProjection() |
BigDecimal |
getScale() |
String |
getServerProviderPrefix() |
String |
getService() |
Transaction |
getTransaction() |
BigDecimal |
getUnits() |
void |
setCalculationDate(Date calculationDate) |
void |
setCalculationTime(long calculationTime) |
void |
setId(Integer id) |
void |
setLayerIsFree(Boolean layerIsFree) |
void |
setLayerName(String layerName) |
void |
setLayerPrice(BigDecimal layerPrice) |
void |
setMethod(int method) |
void |
setOperation(String operation) |
void |
setPlanType(int planType) |
void |
setProjection(String projection) |
void |
setScale(BigDecimal scale) |
void |
setServerProviderPrefix(String serverProviderPrefix) |
void |
setService(String service) |
void |
setTransaction(Transaction transaction) |
void |
setUnits(BigDecimal units) |
String |
toString() |
public static final int METHOD_OWN
public static final int METHOD_PARENTS
public static final int METHOD_CHILDS
public static final int METHOD_NONE
public static final int METHOD_BLOCKED
public LayerPriceComposition()
public LayerPriceComposition(String serverProviderPrefix, String layerName, Date calculationDate, BigDecimal scale, String projection, int planType, BigDecimal units, String service, String operation)
public Integer getId()
public void setId(Integer id)
public Boolean getLayerIsFree()
public void setLayerIsFree(Boolean layerIsFree)
public BigDecimal getLayerPrice()
public void setLayerPrice(BigDecimal layerPrice)
public String getServerProviderPrefix()
public void setServerProviderPrefix(String serverProviderPrefix)
public String getLayerName()
public void setLayerName(String layerName)
public Date getCalculationDate()
public void setCalculationDate(Date calculationDate)
public int getPlanType()
public void setPlanType(int planType)
public BigDecimal getUnits()
public void setUnits(BigDecimal units)
public int getMethod()
public void setMethod(int method)
public long getCalculationTime()
public void setCalculationTime(long calculationTime)
public Transaction getTransaction()
public void setTransaction(Transaction transaction)
public String getService()
public void setService(String service)
public String getOperation()
public void setOperation(String operation)
public BigDecimal getScale()
public void setScale(BigDecimal scale)
public String getProjection()
public void setProjection(String projection)
Copyright © 2016. All rights reserved.