public final class PickListItem extends Object
Constructor and Description |
---|
PickListItem(int id,
String name) |
PickListItem(int id,
String name,
String description) |
public PickListItem(int id, String name)
public String getName()
public void setName(String name)
name
- the name to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic Object getTag()
public void setTag(Object tag)
tag
- the tag to setpublic int getId()
Copyright © 2015 MMSOFT Design. All Rights Reserved.