public abstract class QItemDefinitionImpl extends Object implements org.apache.jackrabbit.spi.QItemDefinition, Serializable
QItemDefinition
interface and additionally provides setter methods for the
various item definition attributes.| Modifier and Type | Field and Description |
|---|---|
protected int |
hashCode
HashCode of this object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
definesResidual() |
boolean |
equals(Object obj)
Compares two item definitions for equality.
|
org.apache.jackrabbit.spi.Name |
getDeclaringNodeType() |
org.apache.jackrabbit.spi.Name |
getName() |
int |
getOnParentVersion() |
int |
hashCode() |
boolean |
isAutoCreated() |
boolean |
isMandatory() |
boolean |
isProtected() |
public org.apache.jackrabbit.spi.Name getDeclaringNodeType()
getDeclaringNodeType in interface org.apache.jackrabbit.spi.QItemDefinitionpublic org.apache.jackrabbit.spi.Name getName()
getName in interface org.apache.jackrabbit.spi.QItemDefinitionpublic boolean isAutoCreated()
isAutoCreated in interface org.apache.jackrabbit.spi.QItemDefinitionpublic int getOnParentVersion()
getOnParentVersion in interface org.apache.jackrabbit.spi.QItemDefinitionpublic boolean isProtected()
isProtected in interface org.apache.jackrabbit.spi.QItemDefinitionpublic boolean isMandatory()
isMandatory in interface org.apache.jackrabbit.spi.QItemDefinitionpublic boolean definesResidual()
definesResidual in interface org.apache.jackrabbit.spi.QItemDefinitionpublic boolean equals(Object obj)
true
if the given object is an item definition and has the same attributes
as this item definition.equals in class Objectobj - the object to compare this item definition withtrue if the object is equal to this item definition,
false otherwiseObject.equals(Object)Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.