public class Summary extends Object implements Serializable
| Constructor and Description |
|---|
Summary() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Item> |
getItems()
Gets the items.
|
String |
getName()
Gets the name.
|
int |
getOutOfDateCount()
Gets the out of date count.
|
void |
setItems(Map<String,Item> items)
Sets the items.
|
void |
setName(String name)
Sets the name.
|
void |
setOutOfDateCount(int outOfDateCount)
Sets the out of date count.
|
public String getName()
public void setName(String name)
name - the new namepublic int getOutOfDateCount()
public void setOutOfDateCount(int outOfDateCount)
outOfDateCount - the new out of date countCopyright © 2009–2020 psi-probe. All rights reserved.