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

com.uqbar.common.transaction.ObjectTransaction Maven / Gradle / Ivy

There is a newer version: 3.6.3
Show newest version
package com.uqbar.common.transaction;

/**
 * DOCME
 */
public interface ObjectTransaction {

	/**
	 * 
	 * @return
	 */
    public Long getId();

    /**
     * 
     * @return
     */
    public TaskOwner getOwner();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy