Guvnor - Services API 6.1.0.CR2

org.guvnor.common.services.shared.version.model
Class PortableVersionRecord

java.lang.Object
  extended by 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


Constructor Summary
PortableVersionRecord()
           
PortableVersionRecord(String id, String author, String email, String comment, Date date, String uri)
           
 
Method Summary
 String author()
           
 String comment()
           
 Date date()
           
 String email()
           
 String id()
           
 String uri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortableVersionRecord

public PortableVersionRecord()

PortableVersionRecord

public PortableVersionRecord(String id,
                             String author,
                             String email,
                             String comment,
                             Date date,
                             String uri)
Method Detail

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

Guvnor - Services API 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.