public interface VersionModel extends Serializable
Modifier and Type | Method and Description |
---|---|
Calendar |
getCreated() |
String |
getDescription() |
String |
getId() |
String |
getLabel() |
void |
setCreated(Calendar created) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLabel(String label) |
Copyright © 2015 Nuxeo SA. All rights reserved.