Class Rule

All Implemented Interfaces:
Serializable

public class Rule extends AbstractFixedEntity
See Also:
  • Constructor Details

    • Rule

      public Rule()
    • Rule

      public Rule(String entityId, boolean childEntity)
  • Method Details

    • getEntityType

      public String getEntityType()
      Specified by:
      getEntityType in class AbstractEntity
    • getTypeId

      public String getTypeId()
    • setTypeId

      public void setTypeId(String typeId)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getGroovyExpression

      public String getGroovyExpression()
    • setGroovyExpression

      public void setGroovyExpression(String groovyExpression)
    • getCondition

      public Condition getCondition()
    • setCondition

      public void setCondition(Condition condition)
    • isDisabled

      public boolean isDisabled()
    • getOwnerFirstName

      public String getOwnerFirstName()
    • getOwnerLastName

      public String getOwnerLastName()
    • getOwnerDisplayName

      public String getOwnerDisplayName()
    • getOwnerEmail

      public String getOwnerEmail()
    • getOwnerLogin

      public String getOwnerLogin()