public class DrinkingWaterNetworkSchemaBean extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
authorized
Authorized consumed volume: VP.180 (m3)
|
protected String |
consumed
Consumed without estimate: VP.?? (m3)
|
protected String |
counted
Counted consumption: VP.063 + VP.201 (m3)
|
protected String |
distribution
Distributed volume: VP.059 + VP.060 - VP.061 (m3)
|
protected String |
exported
Exported volume: VP.061 (m3)
|
protected String |
imported
Imported volume: VP.060 (m3)
|
protected String |
lost
Lost volume: VP.059 + VP.060 - VP.061 - VP.180 (m3)
|
protected String |
notCounted
Volume not counted: calcul (m3)
|
protected String |
production
Produced volume: VP.059 (m3)
|
protected String |
serviceVolume
Service volume: VP.?? (m3)
|
| Constructor and Description |
|---|
DrinkingWaterNetworkSchemaBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorized() |
String |
getConsumed() |
String |
getCounted() |
String |
getDistribution() |
String |
getExported() |
String |
getImported() |
String |
getLost() |
String |
getNotCounted() |
String |
getProduction() |
String |
getServiceVolume() |
void |
setAuthorized(String pAuthorized) |
void |
setConsumed(String pConsumed) |
void |
setCounted(String pCounted) |
void |
setDistribution(String pDistribution) |
void |
setExported(String pExported) |
void |
setImported(String pImported) |
void |
setLost(String pLost) |
void |
setNotCounted(String pNotCounted) |
void |
setProduction(String pProduction) |
void |
setServiceVolume(String pServiceVolume) |
protected String production
protected String distribution
protected String authorized
protected String counted
protected String imported
protected String exported
protected String lost
protected String consumed
protected String serviceVolume
protected String notCounted
public String getProduction()
public void setProduction(String pProduction)
public String getDistribution()
public void setDistribution(String pDistribution)
public String getAuthorized()
public void setAuthorized(String pAuthorized)
public String getCounted()
public void setCounted(String pCounted)
public String getImported()
public void setImported(String pImported)
public String getExported()
public void setExported(String pExported)
public String getLost()
public void setLost(String pLost)
public String getConsumed()
public void setConsumed(String pConsumed)
public String getServiceVolume()
public void setServiceVolume(String pServiceVolume)
public String getNotCounted()
public void setNotCounted(String pNotCounted)
Copyright © 2014–2015 eaudefrance. All rights reserved.