Class CometPlaceholderVariant.Definition

java.lang.Object
com.priint.pubserver.comet.entity.placeholder.CometPlaceholderVariant.Definition
All Implemented Interfaces:
Serializable
Enclosing class:
CometPlaceholderVariant

public static class CometPlaceholderVariant.Definition extends Object implements Serializable
The type Definition.
See Also:
  • Constructor Details

    • Definition

      public Definition()
      Instantiates a new Definition.
    • Definition

      public Definition(int type, String key, String value)
      Instantiates a new Definition.
      Parameters:
      type - the type
      key - the key
      value - the value
  • Method Details

    • getType

      public int getType()
      Gets type.
      Returns:
      the type
    • setType

      public void setType(int type)
      Sets type.
      Parameters:
      type - the type to set
    • getKey

      public String getKey()
      Gets key.
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Sets key.
      Parameters:
      key - the key to set
    • getValue

      public String getValue()
      Gets value.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets value.
      Parameters:
      value - the value to set