Package de.dlr.proseo.model
Klasse ConfiguredProcessor
java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.ConfiguredProcessor
A specific version of a Processor combined with a specific Configuration object (i. e. a specific set of configuration data for
the given processor version). A ConfiguredProcessor is what must be specified for the generation of the products of a prosEO order.
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanTest equality of persistent objects based on their unique ID.Gets the associated processor configurationGets the enabled statusGets the identifier of the configured processorGets the associated versioned processorgetUuid()Gets the universally unique identifier (UUID) of this processor configurationinthashCode()voidsetConfiguration(Configuration configuration) Sets the associated processor configurationvoidsetEnabled(Boolean enabled) Sets the enabled statusvoidsetIdentifier(String identifier) Sets the identifier of the configured processorvoidsetProcessor(Processor processor) Sets the associated versioned processorvoidSets the universally unique identifier (UUID) of this processor configurationtoString()Von Klasse geerbte Methoden de.dlr.proseo.model.PersistentObject
getId, getVersion, incrementVersion, setId
-
Konstruktordetails
-
ConfiguredProcessor
public ConfiguredProcessor()
-
-
Methodendetails
-
getIdentifier
Gets the identifier of the configured processor- Gibt zurück:
- the identifier
-
setIdentifier
Sets the identifier of the configured processor- Parameter:
identifier- the identifier to set
-
getUuid
Gets the universally unique identifier (UUID) of this processor configuration- Gibt zurück:
- the UUID
-
setUuid
Sets the universally unique identifier (UUID) of this processor configuration- Parameter:
uuid- the UUID to set
-
getProcessor
Gets the associated versioned processor- Gibt zurück:
- the processor
-
setProcessor
Sets the associated versioned processor- Parameter:
processor- the processor to set
-
getConfiguration
Gets the associated processor configuration- Gibt zurück:
- the configuration
-
setConfiguration
Sets the associated processor configuration- Parameter:
configuration- the configuration to set
-
getEnabled
Gets the enabled status- Gibt zurück:
- true, if the configured processor is enabled, false otherwise
-
setEnabled
Sets the enabled status- Parameter:
enabled- the enabled status to set
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCodein KlassePersistentObject
-
equals
Beschreibung aus Klasse kopiert:PersistentObjectTest equality of persistent objects based on their unique ID.- Setzt außer Kraft:
equalsin KlassePersistentObject- Parameter:
obj- the object to compare this object to- Gibt zurück:
- true, if obj is a persistent object and has the same ID, false otherwise
- Siehe auch:
-
toString
-