wt.queue
Class UpdateEntry

java.lang.Object
  extended bywt.queue.UpdateEntry
All Implemented Interfaces:
Serializable

public class UpdateEntry
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
(package private)  String name
           
(package private)  String num
           
(package private)  String status
           
(package private)  String type
           
 
Constructor Summary
UpdateEntry(String name, String type, String num, String status)
           
 
Method Summary
 String getName()
           
 String getNumber()
           
 String getStatus()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

String name

type

String type

num

String num

status

String status
Constructor Detail

UpdateEntry

public UpdateEntry(String name,
                   String type,
                   String num,
                   String status)
Method Detail

getName

public String getName()

getType

public String getType()

getNumber

public String getNumber()

getStatus

public String getStatus()