Class Version
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.version.Version
-
- All Implemented Interfaces:
java.io.Serializable
public class Version extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Version
clone()
void
increment(VersionType type)
java.lang.String
toString()
-
-
-
Field Detail
-
NEWEST
@Deprecated(since="6.0.3", forRemoval=false) public static final java.lang.String NEWEST
Deprecated.since 6.0.3 - please useLATEST
instead- See Also:
- Constant Field Values
-
LATEST
public static final java.lang.String LATEST
- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
increment
public void increment(VersionType type)
-
clone
public Version clone()
- Overrides:
clone
in classjava.lang.Object
-
-