|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.VO
public class VO
Value Object
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
VO()
Constructor |
|
| Method Summary | |
|---|---|
void |
clear()
Clear keys/values |
boolean |
containsKey(Object key)
Contains Key |
boolean |
containsValue(Object value)
Contains Value |
Set<String> |
entrySet()
Get Values Set |
Object |
get(Object key)
Get Value with Key |
boolean |
isEmpty()
Is Empty |
Set<String> |
keySet()
Get Key Set |
Object |
put(Object key,
Object value)
Put key/value |
void |
putAll(Map t)
Put All |
Object |
remove(Object key)
Remove |
int |
size()
Get Size |
Collection |
values()
Get Values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public VO()
| Method Detail |
|---|
public int size()
size in interface Mappublic boolean isEmpty()
isEmpty in interface Mappublic boolean containsKey(Object key)
containsKey in interface Mapkey - key
public boolean containsValue(Object value)
containsValue in interface Mapvalue - value
public Object get(Object key)
get in interface Mapkey - key
public Object put(Object key,
Object value)
put in interface Mapkey - keyvalue - value
public Object remove(Object key)
remove in interface Mapkey - key
public void putAll(Map t)
putAll in interface Mapt - mappublic void clear()
clear in interface Mappublic Set<String> keySet()
keySet in interface Mappublic Collection values()
values in interface Mappublic Set<String> entrySet()
entrySet in interface Map
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||