Class ObjectChange


  • public final class ObjectChange
    extends Object
    A metadata object change description.
    Restriction:
    This class is not intended to be sub-classed by clients.
    • Constructor Detail

      • ObjectChange

        public ObjectChange​(String platformQualifiedName,
                            ObjectChangeType type)
        Creates an instance of ObjectChange.
        Parameters:
        platformQualifiedName - the object 1C:Enterprise platform qualified name, cannot be null
        type - the object change type, cannot be null
    • Method Detail

      • getPlatformQualifiedName

        public String getPlatformQualifiedName()
        Returns the object 1C:Enterprise platform qualified name.
        Returns:
        the object 1C:Enterprise platform qualified name, never null
      • getType

        public ObjectChangeType getType()
        Returns the object change type.
        Returns:
        the object change type, never null
      • getDescription

        public String getDescription()
        Returns the localized description of the object change.
        Returns:
        the localized description of the object change, cannot be null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object