|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mailbox.store.mail.model.AbstractComparableProperty<JPAProperty>
org.apache.james.mailbox.jpa.mail.model.JPAProperty
@Entity(name="Property") public class JPAProperty
| Constructor Summary | |
|---|---|
JPAProperty()
Deprecated. enhancement only |
|
JPAProperty(JPAProperty property)
Create a copy of the give JPAProperty |
|
JPAProperty(Property property,
int order)
Constructs a property cloned from the given. |
|
JPAProperty(String namespace,
String localName,
String value,
int order)
Constructs a property. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getLocalName()
Gets the namespace for the name. |
String |
getNamespace()
Gets the local part of the name of the property. |
int |
getOrder()
Gets the order of this property. |
String |
getValue()
Gets the value for this property. |
int |
hashCode()
|
String |
toString()
Constructs a String with all attributes
in name = value format. |
| Methods inherited from class org.apache.james.mailbox.store.mail.model.AbstractComparableProperty |
|---|
compareTo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public JPAProperty()
public JPAProperty(String namespace,
String localName,
String value,
int order)
localName - not nullnamespace - not nullvalue - not null
public JPAProperty(Property property,
int order)
property - not nullpublic JPAProperty(JPAProperty property)
property - | Method Detail |
|---|
public int getOrder()
getOrder in class AbstractComparableProperty<JPAProperty>public String getLocalName()
public String getNamespace()
public String getValue()
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 | |||||||||