All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nordstrom.automation.junit.UniqueIdMutator Maven / Gradle / Ivy

There is a newer version: 17.1.1
Show newest version
package com.nordstrom.automation.junit;

import java.io.Serializable;

/**
 * This interface declares the unique ID mutator method for the {@code Description} class.
 */
public interface UniqueIdMutator {

    /**
     * Set the unique ID of this description.
     * 
     * @param uniqueId unique ID object
     */
    void setUniqueId(Serializable uniqueId);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy