ModeShape Distribution 3.2.0.Final

org.modeshape.web.jcr.rest.client.domain
Class PropertyDefinition.Id

java.lang.Object
  extended by org.modeshape.web.jcr.rest.client.domain.PropertyDefinition.Id
Enclosing class:
PropertyDefinition

protected static class PropertyDefinition.Id
extends Object


Field Summary
protected  boolean isMultiple
           
protected  String name
           
protected  int requiredType
           
 
Constructor Summary
protected PropertyDefinition.Id(String name, boolean isMultiple, int requiredType)
           
 
Method Summary
 boolean equals(Object obj)
          
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected final String name

isMultiple

protected final boolean isMultiple

requiredType

protected final int requiredType
Constructor Detail

PropertyDefinition.Id

protected PropertyDefinition.Id(String name,
                                boolean isMultiple,
                                int requiredType)
Method Detail

hashCode

public int hashCode()

Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.