java.lang.Object
net.datenwerke.rs.globalconstants.service.globalconstants.entities.GlobalConstant
All Implemented Interfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@GenerateDto(dtoPackage="net.datenwerke.rs.globalconstants.client.globalconstants.dto") public class GlobalConstant extends Object implements Serializable
See Also:
  • Constructor Details

    • GlobalConstant

      public GlobalConstant()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getVersion

      public Long getVersion()
    • setVersion

      public void setVersion(Long version)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)