@Entity public class TProperties extends Object implements Serializable
Constructor and Description |
---|
TProperties() |
TProperties(String type,
String code,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCode() |
Double |
getIdent() |
String |
getType() |
String |
getValue() |
void |
setCode(String code)
BDD : CODE
Code de la property |
void |
setIdent(Double ident)
BDD : IDENT
Identifiant |
void |
setType(String type)
BDD : TYPE
Type de propriété (dénote le fichier .properties) |
void |
setValue(String value)
BDD : VALUE
Valeur de la property |
String |
toString() |
public Double getIdent()
public void setIdent(Double ident)
Identifiant
- public String getType()
public void setType(String type)
Type
- de propriété (dénote le fichier .properties)public String getCode()
public void setCode(String code)
Code
- de la propertypublic String getValue()
public void setValue(String value)
Valeur
- de la propertyCopyright © 2016. All rights reserved.