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

com.nordstrom.automation.junit.UniqueIdAccessor 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 accessor method for the {@code Description} class.
 */
public interface UniqueIdAccessor {
    
    /**
     * Get the unique ID of this description.
     * 
     * @return unique ID object
     */
    Serializable getUniqueId();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy