Package com._1c.g5.v8.dt.bp.scheme
Class IdGenerator
- java.lang.Object
-
- com._1c.g5.v8.dt.bp.scheme.IdGenerator
-
public class IdGenerator extends Object
Id generator. Used to generate id for graphical scheme items.
-
-
Constructor Summary
Constructors Constructor Description IdGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
generateId()
Generates next item id.int
getCurrentId()
Returns current id.void
setCurrentId(int id)
Sets current id.
-