public class WsSyncStatus.CollectionSummary extends Object
| Constructor and Description | 
|---|
WsSyncStatus.CollectionSummary()  | 
WsSyncStatus.CollectionSummary(Integer totalChildren,
                              Integer totalMissing,
                              Integer totalOutOfSync)  | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
getTotalChildren()  | 
Integer | 
getTotalMissing()  | 
Integer | 
getTotalOutOfSync()  | 
void | 
setTotalChildren(Integer totalChildren)  | 
void | 
setTotalMissing(Integer totalMissing)  | 
void | 
setTotalOutOfSync(Integer totalOutOfSync)  | 
public Integer getTotalChildren()
public void setTotalChildren(Integer totalChildren)
public Integer getTotalMissing()
public void setTotalMissing(Integer totalMissing)
public Integer getTotalOutOfSync()
public void setTotalOutOfSync(Integer totalOutOfSync)
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.