com.jwpepper.cat
Class Audience

java.lang.Object
  |
  +--com.imaginary.lwp.Type
        |
        +--com.jwpepper.cat.Audience

public class Audience
extends Type

A target audience for some communication between J.W. Pepper and its customers.
Last modified $Date: 1999/10/05 17:03:34 $

Version:
$Revision: 1.1 $
Author:
George Reese (george@ancept.com)
See Also:
Serialized Form

Constructor Summary
Audience()
          Empty constructor required by serialization.
 
Method Summary
static Audience getInstance(java.lang.String cde)
          Provides a simple way to access the audience having a specific code.
static com.sun.java.util.collections.Iterator list()
          Lists all audiences available.
 
Methods inherited from class com.imaginary.lwp.Type
getCode, getDescription, getName, getType, list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Audience

public Audience()
Empty constructor required by serialization.
Method Detail

getInstance

public static Audience getInstance(java.lang.String cde)
Provides a simple way to access the audience having a specific code.
Parameters:
cde - the code of the desired format
Returns:
the Audience object matching the specified code

list

public static com.sun.java.util.collections.Iterator list()
Lists all audiences available.
Returns:
a list of formats