⇒ Index (Frames) | ⇒ Index (No Frames) | ⇒ Package | ⇒ Package Tree | ⇒ Full Tree 
com.tildemh.debbug

Class ListingStub

java.lang.Object|
+--com.tildemh.debbug.ListingStub

All Implemented Interfaces:
java.io.Serializable

Known Direct Subclasses:
Listing


publicclass ListingStub
extends java.lang.Object
implements java.io.Serializable

This is released under the terms of the GNU Lesser General Public License (LGPL). See the COPYING file for details.

Author:
© Mark Howard <mh@debian.org> 2002

Field Summary

String

listing

ListingType

type

This is released under the terms of the GNU Lesser General Public License (LGPL).

Constructor Summary

ListingStub(ListingType type,String listing)

Method Summary

boolean

equals(Object other)

String

getName()

ListingType

getType()

int

hashCode()

void

setName(String name)

void

setType(ListingType type)

String

toString()

Field Details

listing

publicStringlisting


type

publicListingTypetype

This is released under the terms of the GNU Lesser General Public License (LGPL). See the COPYING file for details.

Author:
© Mark Howard <mh@debian.org> 2002

Constructor Details

ListingStub

publicListingStub(ListingType type,String listing)

Parameters:
type
listing

Method Details

equals

publicbooleanequals(Object other)

Parameters:
other

getName

publicStringgetName()


getType

publicListingTypegetType()


hashCode

publicinthashCode()


setName

publicvoidsetName(String name)

Parameters:
name

setType

publicvoidsetType(ListingType type)

Parameters:
type

toString

publicStringtoString()