Class CometCondition

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CometProductCondition, CometPublicationCondition

public class CometCondition extends CometStatement

Java class for the Condition configuration type

.
See Also:
  • Constructor Details

    • CometCondition

      public CometCondition()
      Instantiates a new comet condition.
    • CometCondition

      public CometCondition(Statement.StatementDescriptor type)
      Instantiates a new comet condition.
      Parameters:
      type - the type
    • CometCondition

      public CometCondition(int id, String name)
      Instantiates a new comet condition.
      Parameters:
      id - the id
      name - the name
    • CometCondition

      public CometCondition(int id, String name, Statement.StatementDescriptor type)
      Instantiates a new comet condition.
      Parameters:
      id - the id
      name - the name
      type - the type
  • Method Details

    • getValue

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

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value
    • getConditionMenueId

      public Integer getConditionMenueId()
      Gets the condition menue id.
      Returns:
      the condition menue id
    • setConditionMenueId

      public void setConditionMenueId(Integer conditionMenueId)
      Sets the condition menue id.
      Parameters:
      conditionMenueId - the new condition menue id
    • getReplaceByValue

      public String getReplaceByValue()
      Gets the replace by value.
      Returns:
      the replace by value
    • setReplaceByValue

      public void setReplaceByValue(String replaceByValue)
      Sets the replace by value.
      Parameters:
      replaceByValue - the new replace by value
    • getReplaceByType

      public CometCondition.ReplaceByType getReplaceByType()
      CometCondition.ReplaceByType Gets the replace by type.
      Returns:
      the replace by type
      See Also:
    • setReplaceByType

      public void setReplaceByType(CometCondition.ReplaceByType replaceByType)
      CometCondition.ReplaceByType Sets the replace by type.
      Parameters:
      replaceByType - the new replace by type
      See Also: