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) |
Calendar getCreated()
void setCreated(Calendar created)
String getDescription()
void setDescription(String description)
Copyright © 2017 Nuxeo. All rights reserved.