Class BlenderRule


  • public class BlenderRule
    extends Object
    BlenderRule
    • Constructor Detail

      • BlenderRule

        public BlenderRule()
    • Method Detail

      • getEvalMethod

        public Object getEvalMethod()
        Get evalMethod
        Returns:
        evalMethod
      • setEvalMethod

        public void setEvalMethod​(Object evalMethod)
      • getRule

        public Object getRule()
        Get rule
        Returns:
        rule
      • setRule

        public void setRule​(Object rule)
      • getAttributeName

        public String getAttributeName()
        Get attributeName
        Returns:
        attributeName
      • setAttributeName

        public void setAttributeName​(String attributeName)
      • getHashedAttribute

        public Integer getHashedAttribute()
        Get hashedAttribute
        Returns:
        hashedAttribute
      • setHashedAttribute

        public void setHashedAttribute​(Integer hashedAttribute)
      • equals

        public boolean equals​(Object o)
        Return true if this BlenderRule object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object