public class DataProviderCountDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
count |
protected String |
id |
protected String |
name |
| Constructor and Description |
|---|
DataProviderCountDTO() |
DataProviderCountDTO(String id,
String name,
long count) |
public long getCount()
public void setCount(long count)
count - the count to setpublic String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.