Class Property
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.
A key value container (String/String)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getKey()getValue()booleanstatic booleanisExternalKey(String key) booleanstatic booleanisInternalKey(String key) voidvoidvoidvoidsetVersion(Long version)
-
Constructor Details
-
Property
public Property() -
Property
-
-
Method Details
-
getVersion
-
setVersion
-
getId
-
setId
-
getKey
-
setKey
-
getValue
-
setValue
-
isInternal
public boolean isInternal() -
isExternal
public boolean isExternal() -
isInternalKey
-
isExternalKey
-