Package de.dlr.proseo.procmgr.rest.model
Klasse RestProcessorClass
java.lang.Object
de.dlr.proseo.procmgr.rest.model.RestProcessorClass
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Long
The persistent id of this objectprotected String
The mission code (e. g.protected String
User-defined unique processor class nameThe product types of the product classes a processor of this class can generate(Package privat) static final long
protected Long
A version identifier to track updates to the object (especially to detect concurrent update attempts) -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
getId()
Returns the id.@NotNull String
Returns the missionCode.@NotNull String
Returns the processorName.Returns the productClasses.Returns the version.int
hashCode()
void
Set the id.void
setMissionCode
(String missionCode) Set the missionCode.void
setProcessorName
(String processorName) Set the processorName.void
setProductClasses
(List<String> productClasses) Set the productClasses.void
setVersion
(Long version) Set the version.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
id
The persistent id of this object -
version
A version identifier to track updates to the object (especially to detect concurrent update attempts) -
missionCode
The mission code (e. g. S5P) -
processorName
User-defined unique processor class name -
productClasses
The product types of the product classes a processor of this class can generate
-
-
Konstruktordetails
-
Methodendetails
-
getId
Returns the id.- Gibt zurück:
- id
-
setId
Set the id.- Parameter:
id
- the new id
-
getVersion
Returns the version.- Gibt zurück:
- version
-
setVersion
Set the version.- Parameter:
version
- the new version
-
getMissionCode
Returns the missionCode.- Gibt zurück:
- missionCode
-
setMissionCode
Set the missionCode.- Parameter:
missionCode
- the new missionCode
-
getProcessorName
Returns the processorName.- Gibt zurück:
- processorName
-
setProcessorName
Set the processorName.- Parameter:
processorName
- the new processorName
-
getProductClasses
Returns the productClasses.- Gibt zurück:
- productClasses
-
setProductClasses
Set the productClasses.- Parameter:
productClasses
- the new productClasses
-
hashCode
public int hashCode() -
equals
-
toString
-