Classification Class

com.bea.p13n.user
Classification Class

public class Classification

    extends Object
    implements Serializable

This class represents a classification (typically a user segmentation).


Hierarchy
Object
  Classification
All Implemented Interfaces

Serializable

Constructor Summary

Classification()

Creates an instance of Classification without an initial classification.
Classification(String initialName)

Creates an instance of Classification with an initial classification.
 

Method Summary

public boolean
equals(Object obj)
Indicates whether some other object is "equal to" this one.
public String
getName()
Retrieve the name of the classification
public void
setName(String name)
Set the name of the classification
 
Methods from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

Classification

public Classification()
Creates an instance of Classification without an initial classification.

Classification

public Classification(String initialName)
Creates an instance of Classification with an initial classification.
 

Method Detail

equals(Object) Method

public boolean equals(Object obj)
Indicates whether some other object is "equal to" this one.

Overrides
Object.equals(Object)

Parameters

obj
the reference object with which to compare.

Returns

true if this object is the same as the obj argument; false otherwise.

getName() Method

public String getName()
Retrieve the name of the classification


setName(String) Method

public void setName(String name)
Set the name of the classification