Class SystemProperty

java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, ILockingVersionProviding, ITransferable, ITransferableEntity, ITransferableLockableEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>

@Entity public class SystemProperty extends AbstractLockableEntity
Entity for system-wide properties
Author:
XIMA MEDIA GmbH
See Also:
  • Field Details

  • Constructor Details

    • SystemProperty

      public SystemProperty()
  • Method Details

    • getId

      public Long getId()
    • getKey

      @Size(max=250) public @Size(max=250) 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