Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.impl
Class VersionModelImpl

java.lang.Object
  extended by org.nuxeo.ecm.core.api.impl.VersionModelImpl
All Implemented Interfaces:
Serializable, VersionModel

public class VersionModelImpl
extends Object
implements VersionModel

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
VersionModelImpl()
           
 
Method Summary
 Calendar getCreated()
           
 String getDescription()
           
 String getId()
           
 String getLabel()
           
 void setCreated(Calendar created)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setLabel(String label)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionModelImpl

public VersionModelImpl()
Method Detail

getId

public String getId()
Specified by:
getId in interface VersionModel

setId

public void setId(String id)
Specified by:
setId in interface VersionModel

getCreated

public Calendar getCreated()
Specified by:
getCreated in interface VersionModel

setCreated

public void setCreated(Calendar created)
Specified by:
setCreated in interface VersionModel

getDescription

public String getDescription()
Specified by:
getDescription in interface VersionModel

setDescription

public void setDescription(String description)
Specified by:
setDescription in interface VersionModel

getLabel

public String getLabel()
Specified by:
getLabel in interface VersionModel

setLabel

public void setLabel(String label)
Specified by:
setLabel in interface VersionModel

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.