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
-
Classification()
- Creates an instance of Classification without an
initial classification.
|
-
Classification(
String initialName)
- Creates an instance of Classification with an
initial classification.
|
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
|
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.
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