public class ManagerBeanCritreFiltre<T extends ILIbelleProvider> extends Object implements Serializable
Constructor and Description |
---|
ManagerBeanCritreFiltre() |
ManagerBeanCritreFiltre(T type,
Double ident,
String identString,
String code,
String libelle,
Object bean) |
ManagerBeanCritreFiltre(T type,
IdentCodeIdentifiable obj,
Object bean) |
ManagerBeanCritreFiltre(T type,
IdentCodeLibelleIdentifiable bean) |
ManagerBeanCritreFiltre(T type,
IdentCodeLibelleIdentifiable obj,
Object bean) |
ManagerBeanCritreFiltre(T type,
IdentLibelleIdentifiable bean) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getBean() |
String |
getCode() |
Double |
getIdent() |
String |
getIdentString() |
String |
getLibelle() |
T |
getType() |
String |
getTypeFiltre() |
int |
hashCode() |
void |
setBean(Object bean) |
void |
setCode(String code) |
void |
setIdent(Double ident) |
void |
setIdentString(String identString) |
void |
setLibelle(String libelle) |
void |
setType(T type) |
void |
setTypeFiltre(String typeFiltre) |
public ManagerBeanCritreFiltre()
public ManagerBeanCritreFiltre(T type, IdentCodeLibelleIdentifiable bean)
public ManagerBeanCritreFiltre(T type, IdentLibelleIdentifiable bean)
public ManagerBeanCritreFiltre(T type, Double ident, String identString, String code, String libelle, Object bean)
public ManagerBeanCritreFiltre(T type, IdentCodeLibelleIdentifiable obj, Object bean)
public ManagerBeanCritreFiltre(T type, IdentCodeIdentifiable obj, Object bean)
public T getType()
public void setType(T type)
public Double getIdent()
public void setIdent(Double ident)
public String getIdentString()
public void setIdentString(String identString)
public String getCode()
public void setCode(String code)
public String getLibelle()
public void setLibelle(String libelle)
public String getTypeFiltre()
public void setTypeFiltre(String typeFiltre)
public Object getBean()
public void setBean(Object bean)
Copyright © 2016. All rights reserved.