org.guvnor.common.services.shared.version.model
Class PortableVersionRecord
java.lang.Object
org.guvnor.common.services.shared.version.model.PortableVersionRecord
- All Implemented Interfaces:
- org.uberfire.java.nio.base.version.VersionRecord
@Portable
public class PortableVersionRecord
- extends Object
- implements org.uberfire.java.nio.base.version.VersionRecord
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableVersionRecord
public PortableVersionRecord()
PortableVersionRecord
public PortableVersionRecord(String id,
String author,
String email,
String comment,
Date date,
String uri)
id
public String id()
- Specified by:
id in interface org.uberfire.java.nio.base.version.VersionRecord
author
public String author()
- Specified by:
author in interface org.uberfire.java.nio.base.version.VersionRecord
email
public String email()
- Specified by:
email in interface org.uberfire.java.nio.base.version.VersionRecord
comment
public String comment()
- Specified by:
comment in interface org.uberfire.java.nio.base.version.VersionRecord
date
public Date date()
- Specified by:
date in interface org.uberfire.java.nio.base.version.VersionRecord
uri
public String uri()
- Specified by:
uri in interface org.uberfire.java.nio.base.version.VersionRecord
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.