Package com.evolveum.midpoint.repo.api
Interface Countable
-
@Experimental public interface Countable
TODO better place, better name
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIdentifier()
void
setCount(int value)
-
-
-
Method Detail
-
getIdentifier
String getIdentifier()
-
setCount
void setCount(int value)
-
-