|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.QItemDefinitionImpl
public abstract class QItemDefinitionImpl
This abstract class implements the QItemDefinition
interface and additionally provides setter methods for the
various item definition attributes.
| Field Summary | |
|---|---|
protected int |
hashCode
HashCode of this object |
| Fields inherited from interface org.apache.jackrabbit.spi.QItemDefinition |
|---|
EMPTY_ARRAY |
| Method Summary | |
|---|---|
boolean |
definesResidual()
|
boolean |
equals(Object obj)
Compares two item definitions for equality. |
Name |
getDeclaringNodeType()
|
Name |
getName()
|
int |
getOnParentVersion()
|
abstract int |
hashCode()
See QNodeDefinition#hashCode() and QPropertyDefinition#hashCode(). |
boolean |
isAutoCreated()
|
boolean |
isMandatory()
|
boolean |
isProtected()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.jackrabbit.spi.QItemDefinition |
|---|
definesNode |
| Field Detail |
|---|
protected transient int hashCode
| Method Detail |
|---|
public Name getDeclaringNodeType()
getDeclaringNodeType in interface QItemDefinitionpublic Name getName()
getName in interface QItemDefinitionpublic boolean isAutoCreated()
isAutoCreated in interface QItemDefinitionpublic int getOnParentVersion()
getOnParentVersion in interface QItemDefinitionpublic boolean isProtected()
isProtected in interface QItemDefinitionpublic boolean isMandatory()
isMandatory in interface QItemDefinitionpublic boolean definesResidual()
definesResidual in interface QItemDefinitionpublic boolean equals(Object obj)
true
if the given object is an item defintion and has the same attributes
as this item definition.
equals in class Objectobj - the object to compare this item definition with
true if the object is equal to this item definition,
false otherwiseObject.equals(Object)public abstract int hashCode()
QNodeDefinition#hashCode() and QPropertyDefinition#hashCode().
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||