@ThreadSafe
public class CpePlus
extends java.lang.Object
| Constructor and Description |
|---|
CpePlus(us.springett.parsers.cpe.Cpe cpe,
java.lang.String ecosystem)
Construct a new CPE plus object.
|
| Modifier and Type | Method and Description |
|---|---|
us.springett.parsers.cpe.Cpe |
getCpe()
Get the value of CPE.
|
java.lang.String |
getEcosystem()
Get the value of ecosystem.
|
void |
setCpe(us.springett.parsers.cpe.Cpe cpe)
Set the value of CPE.
|
void |
setEcosystem(java.lang.String ecosystem)
Set the value of ecosystem.
|
public CpePlus(us.springett.parsers.cpe.Cpe cpe,
java.lang.String ecosystem)
cpe - the CPEecosystem - the ecosystempublic java.lang.String getEcosystem()
public void setEcosystem(java.lang.String ecosystem)
ecosystem - new value of ecosystempublic us.springett.parsers.cpe.Cpe getCpe()
public void setCpe(us.springett.parsers.cpe.Cpe cpe)
cpe - new value of CPECopyright© 2012-21 Jeremy Long. All Rights Reserved.