public class GrowingSystemsIndicator extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected long |
active |
protected long |
count |
protected Sector |
sector |
protected TypeDEPHY |
typeDephy |
protected long |
validated |
| Constructor and Description |
|---|
GrowingSystemsIndicator() |
GrowingSystemsIndicator(Sector sector) |
GrowingSystemsIndicator(TypeDEPHY typeDephy) |
| Modifier and Type | Method and Description |
|---|---|
long |
getActive() |
long |
getCount() |
Sector |
getSector() |
TypeDEPHY |
getTypeDephy() |
long |
getValidated() |
void |
setActive(long active) |
void |
setCount(long count) |
void |
setValidated(long validated) |
protected TypeDEPHY typeDephy
protected Sector sector
protected long count
protected long active
protected long validated
public GrowingSystemsIndicator()
public GrowingSystemsIndicator(TypeDEPHY typeDephy)
public GrowingSystemsIndicator(Sector sector)
public TypeDEPHY getTypeDephy()
public Sector getSector()
public long getCount()
public void setCount(long count)
public long getActive()
public void setActive(long active)
public long getValidated()
public void setValidated(long validated)
Copyright © 2013–2015 Inra. All rights reserved.