java.lang.Object
net.datenwerke.gf.service.properties.entities.Property
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class Property extends Object
A key value container (String/String)
  • Constructor Details

    • Property

      public Property()
    • Property

      public Property(String key, String value)
  • Method Details

    • getVersion

      public Long getVersion()
    • setVersion

      public void setVersion(Long version)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • isInternal

      public boolean isInternal()
    • isExternal

      public boolean isExternal()
    • isInternalKey

      public static boolean isInternalKey(String key)
    • isExternalKey

      public static boolean isExternalKey(String key)