wt.queue
Class UpdateEntry
java.lang.Object
wt.queue.UpdateEntry
- All Implemented Interfaces:
- Serializable
- public class UpdateEntry
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
String name
type
String type
num
String num
status
String status
UpdateEntry
public UpdateEntry(String name,
String type,
String num,
String status)
getName
public String getName()
getType
public String getType()
getNumber
public String getNumber()
getStatus
public String getStatus()