Class Project.Property

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Project

    public static class Project.Property
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Property()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      java.lang.String getValue()  
      void setKey​(java.lang.String key)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Returns:
        the key
      • setKey

        public void setKey​(java.lang.String key)
        Parameters:
        key - the key to set
      • getValue

        public java.lang.String getValue()
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.String value)
        Parameters:
        value - the value to set