|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.p13n.user.Classification
public class Classification
This class represents a classification (typically a user segmentation).
| 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 | |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
String |
getName()
Retrieve the name of the classification |
void |
setName(String name)
Set the name of the classification |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Classification()
public Classification(String initialName)
| Method Detail |
|---|
public String getName()
public void setName(String name)
public boolean equals(Object obj)
equals in class Objectobj - the reference object with which to compare.
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||