irssibot.modules
Class LocationDescriptor

java.lang.Object
  |
  +--irssibot.modules.LocationDescriptor

class LocationDescriptor
extends java.lang.Object

Represents an entry in a list of locations of SodexHo restaurants


Field Summary
 int id
          Id number of the location
 java.lang.String name
          Name of the location
 
Constructor Summary
LocationDescriptor(int id, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id
Id number of the location


name

public java.lang.String name
Name of the location

Constructor Detail

LocationDescriptor

public LocationDescriptor(int id,
                          java.lang.String name)


IrssiBot (c) 2000-2002 Matti Dahlbom