|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mailbox.jpa.mail.model.JPAUserFlag
@Entity(name="UserFlag") public class JPAUserFlag
| Constructor Summary | |
|---|---|
JPAUserFlag()
Deprecated. enhancement only |
|
JPAUserFlag(JPAUserFlag flag)
Constructs a User Flag. cloned from the given. |
|
JPAUserFlag(String name)
Constructs a User Flag. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getName()
Gets the name. |
int |
hashCode()
|
String |
toString()
Constructs a String with all attributes
in name = value format. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public JPAUserFlag()
public JPAUserFlag(String name)
name - not nullpublic JPAUserFlag(JPAUserFlag flag)
property - not null| Method Detail |
|---|
public String getName()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
String with all attributes
in name = value format.
toString in class ObjectString representation
of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||