Class Project.Property

java.lang.Object
com.priint.pubserver.comet3.entity.Project.Property
All Implemented Interfaces:
Serializable
Enclosing class:
Project

public static class Project.Property extends Object implements Serializable
See Also:
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • getKey

      public String getKey()
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Parameters:
      key - the key to set
    • getValue

      public String getValue()
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set