@Entity public class FStTypeMouv extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
IND_VALO_AFFAIRE |
static int |
IND_VALO_AFFAIRE_LENGTH |
Constructor and Description |
---|
FStTypeMouv() |
FStTypeMouv(String code) |
FStTypeMouv(String code,
String libelle,
Double sens,
Set<FStMouv> stMouvs) |
Modifier and Type | Method and Description |
---|---|
void |
addAllStMouv(Collection<FStMouv> coll) |
void |
addStMouv(FStMouv o) |
boolean |
equals(Object o) |
String |
getCode() |
Double |
getIndValoAffaire()
Valoriser sur affaire. 0->non, 1->oui
|
String |
getLibelle() |
Double |
getSens() |
Set<FStMouv> |
getStMouvs() |
void |
removeAllStMouv() |
void |
removeStMouv(FStMouv o) |
void |
setCode(String code)
BDD : CODE
Code du Type de mouvement |
void |
setIndValoAffaire(Double indValoAffaire)
Valoriser sur affaire. 0->non, 1->oui
|
void |
setLibelle(String libelle)
BDD : LIBELLE
Libellé associé |
void |
setSens(Double sens)
BDD : SENS
1:entrée; -1 : sortie |
protected void |
setStMouvs(Set<FStMouv> stMouvs) |
String |
toString() |
public static final String IND_VALO_AFFAIRE
public static final int IND_VALO_AFFAIRE_LENGTH
public FStTypeMouv()
public FStTypeMouv(String code)
public String getCode()
public void setCode(String code)
Code
- du Type de mouvementpublic String getLibelle()
public void setLibelle(String libelle)
Libellé
- associépublic Double getSens()
public void setSens(Double sens)
1:entrée;
- -1 : sortiepublic void addStMouv(FStMouv o)
public void addAllStMouv(Collection<FStMouv> coll)
public void removeStMouv(FStMouv o)
public void removeAllStMouv()
public Double getIndValoAffaire()
public void setIndValoAffaire(Double indValoAffaire)
Copyright © 2016. All rights reserved.