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

com.airlenet.repo.domain.Disabledable Maven / Gradle / Ivy

The newest version!
package com.airlenet.repo.domain;

public interface Disabledable {

	boolean isDisabled();

	void setDisabled(boolean disabled);

	/**
	 * 标识为已禁用
	 */
	void markDisabled();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy