public class VersionModelImpl extends Object implements VersionModel
Modifier and Type | Field and Description |
---|---|
protected Calendar |
created |
protected String |
description |
protected String |
id |
protected String |
label |
Constructor and Description |
---|
VersionModelImpl() |
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) |
protected String description
public VersionModelImpl()
public String getId()
getId
in interface VersionModel
public void setId(String id)
setId
in interface VersionModel
public Calendar getCreated()
getCreated
in interface VersionModel
public void setCreated(Calendar created)
setCreated
in interface VersionModel
public String getDescription()
getDescription
in interface VersionModel
public void setDescription(String description)
setDescription
in interface VersionModel
public String getLabel()
getLabel
in interface VersionModel
public void setLabel(String label)
setLabel
in interface VersionModel
Copyright © 2018 Nuxeo. All rights reserved.