Class CMSProperty

java.lang.Object
io.goobi.viewer.model.cms.CMSProperty
All Implemented Interfaces:
Serializable

@Entity public class CMSProperty extends Object implements Serializable

CMSProperty class.

Author:
Florian Alpers
See Also:
  • Field Details

  • Constructor Details

    • CMSProperty

      public CMSProperty()

      Constructor for CMSProperty.

    • CMSProperty

      public CMSProperty(String key)

      Constructor for CMSProperty.

      Parameters:
      key - a String object.
    • CMSProperty

      public CMSProperty(CMSProperty original)
      Creates a clone of the given property
      Parameters:
      original - a CMSProperty object.
  • Method Details

    • getId

      public Long getId()

      Getter for the field id.

      Returns:
      the id
    • setId

      public void setId(Long id)

      Setter for the field id.

      Parameters:
      id - the id to set
    • getKey

      public String getKey()

      Getter for the field key.

      Returns:
      the key
    • setKey

      public void setKey(String key)

      Setter for the field key.

      Parameters:
      key - the key to set
    • getValue

      public String getValue()

      Getter for the field value.

      Returns:
      the value
    • setValue

      public void setValue(String value)

      Setter for the field value.

      Parameters:
      value - the value to set
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getBooleanValue

      public boolean getBooleanValue()

      getBooleanValue.

      Returns:
      a boolean.
    • getLongValue

      public Long getLongValue()

      getLongValue.

      Returns:
      a Long object.
    • getDoubleValue

      public Double getDoubleValue()

      getDoubleValue.

      Returns:
      a Double object.