|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.user.Classification
This class represents a classification (typically a user segmentation).
Constructor Summary | |
Classification()
Creates an instance of Classification without an initial classification. |
|
Classification(java.lang.String initialName)
Creates an instance of Classification with an initial classification. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
java.lang.String |
getName()
Retrieve the name of the classification |
void |
setName(java.lang.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(java.lang.String initialName)
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean equals(java.lang.Object obj)
obj
- the reference object with which to compare.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |