Class TriggerDictionaryName

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Direct Known Subclasses:
    TriggerDictionaryInfo

    public class TriggerDictionaryName
    extends java.lang.Object
    implements java.lang.Cloneable, java.io.Serializable
    Representes the name of a trigger dictionary.

    Trigger dictionaries may be in a namespace. The default namespace is null. Trigger dictionaries in a non-default namespace will not be user-editable via the trigger management UI.

    See Also:
    Serialized Form
    • Field Detail

      • namespace

        protected java.lang.String namespace
      • name

        protected java.lang.String name
    • Constructor Detail

      • TriggerDictionaryName

        public TriggerDictionaryName()
      • TriggerDictionaryName

        public TriggerDictionaryName​(java.lang.String name)
      • TriggerDictionaryName

        public TriggerDictionaryName​(java.lang.String namespace,
                                     java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the name of this dictionary.
      • setName

        public void setName​(java.lang.String value)
        Set the name of this dictionary.
      • getNamespace

        public java.lang.String getNamespace()
        Get the namespace for this dictionary.
      • setNamespace

        public void setNamespace​(java.lang.String value)
        Set the namespace for this dictionary.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • toString

        public static java.lang.String toString​(TriggerDictionaryName name)
        Get the dictionary name for name as a string.

        Returns null if name is null.