|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.leadware.persistence.tools.api.utils.PropertyContainer
public class PropertyContainer
Classe representant un conteneur de proprietes
| Field Summary | |
|---|---|
private Set<String> |
properties
Ensemble des proprietes |
private static long |
serialVersionUID
ID Genere par Eclipse |
| Constructor Summary | |
|---|---|
PropertyContainer()
|
|
| Method Summary | |
|---|---|
PropertyContainer |
add(String property)
Methode d'ajour d'une propriete |
void |
clear()
Methode de vidage du conteneur |
Set<String> |
getProperties()
Methode d'obtention de l'Ensemble des proprietes |
static PropertyContainer |
newInstance()
Obtention de l'instance |
int |
size()
Methode d'obtention de la taille du conteneur |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private Set<String> properties
| Constructor Detail |
|---|
public PropertyContainer()
| Method Detail |
|---|
public static PropertyContainer newInstance()
public PropertyContainer add(String property)
property - Propriete a ajouter
public Set<String> getProperties()
public int size()
public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||