Class ResourcePropertyDescriptor

  • All Implemented Interfaces:
    Serializable

    public class ResourcePropertyDescriptor
    extends Descriptor
    Created with IntelliJ IDEA. User: naman Date: 7/9/12 Time: 11:50 AM To change this template use File | Settings | File Templates.
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourcePropertyDescriptor

        public ResourcePropertyDescriptor()
    • Method Detail

      • setName

        public void setName​(String name)
        Description copied from class: Descriptor
        Sets the name of this descriptor.
        Overrides:
        setName in class Descriptor
        Parameters:
        name - the new name of the descriptor.
      • setValue

        public void setValue​(String value)
      • getName

        public String getName()
        Description copied from class: Descriptor
        The name of this descriptor as a String.
        Overrides:
        getName in class Descriptor
        Returns:
        the name of this descriptor
      • getValue

        public String getValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object