Class Project.NameKey

  • All Implemented Interfaces:
    com.google.gwtorm.client.Key<com.google.gwtorm.client.Key<?>>, Serializable, Comparable<com.google.gwtorm.client.StringKey<?>>
    Direct Known Subclasses:
    AllProjectsName, AllUsersName
    Enclosing class:
    Project

    public static class Project.NameKey
    extends com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
    Project name key
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • NameKey

        protected NameKey()
      • NameKey

        public NameKey​(String n)
    • Method Detail

      • get

        public String get()
        Specified by:
        get in class com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
      • set

        protected void set​(String newValue)
        Specified by:
        set in class com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.gwtorm.client.Key<com.google.gwtorm.client.Key<?>>
        Overrides:
        hashCode in class com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
      • equals

        public boolean equals​(Object b)
        Specified by:
        equals in interface com.google.gwtorm.client.Key<com.google.gwtorm.client.Key<?>>
        Overrides:
        equals in class com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
      • parse

        public static Project.NameKey parse​(String str)
        Parse a Project.NameKey out of a string representation.