public class Version
extends java.lang.Object
Content.| Constructor and Description |
|---|
Version(java.lang.Integer number)
This constructor creates a new instance with only the version number specified.
|
| Modifier and Type | Method and Description |
|---|---|
User |
getBy()
This method returns the user that created the content.
|
java.lang.Integer |
getNumber()
This method returns the number of the version.
|
public Version(java.lang.Integer number)
number - The version numberpublic User getBy()
public java.lang.Integer getNumber()