Class Caracteristiques
java.lang.Object
org.bilat.discoveryMat.moo.data.jpa.myster.Caracteristiques
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTout a falseCaracteristiques
(boolean isTache) Caracteristiques
(boolean isTache, boolean isOscillation, boolean isDecalageTemporelle) Caracteristiques
(Caracteristiques source) -
Method Summary
Modifier and TypeMethodDescriptioncloneOf()
boolean
boolean
boolean
boolean
isTache()
void
setDecalageTemporelle
(boolean isDecalageTemporelle) void
setOscillation
(boolean isOscillation) void
setTache
(boolean isTache) toString()
-
Constructor Details
-
Caracteristiques
public Caracteristiques(boolean isTache, boolean isOscillation, boolean isDecalageTemporelle) -
Caracteristiques
public Caracteristiques(boolean isTache) -
Caracteristiques
public Caracteristiques()Tout a false -
Caracteristiques
-
-
Method Details
-
toString
-
isEgale
-
cloneOf
-
setTache
public void setTache(boolean isTache) -
setOscillation
public void setOscillation(boolean isOscillation) -
setDecalageTemporelle
public void setDecalageTemporelle(boolean isDecalageTemporelle) -
isTache
public boolean isTache() -
isOscillation
public boolean isOscillation() -
isDecalageTemporelle
public boolean isDecalageTemporelle()
-