Index.Property (Google App Engine API for Java)

com.google.appengine.api.datastore

Class Index.Property

  • java.lang.Object
    • com.google.appengine.api.datastore.Index.Property
  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Index


    public static class Index.Property
    extends java.lang.Object
    implements java.io.Serializable
    An indexed property.
    See Also:
    Serialized Form
    • Method Detail

      • getName

        public java.lang.String getName()
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object