org.openl.rules.repository
Interface RVersion

All Superinterfaces:
CommonVersion, Comparable<CommonVersion>

public interface RVersion
extends CommonVersion

OpenL Rules Entity Version.

Author:
Aleh Bykhavets

Method Summary
 Date getCreated()
          Gets date when the version was created.
 CommonUser getCreatedBy()
          Gets user who created the version.
 
Methods inherited from interface org.openl.rules.repository.CommonVersion
getMajor, getMinor, getRevision, getVersionName
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getCreated

Date getCreated()
Gets date when the version was created.

Returns:
date of creation

getCreatedBy

CommonUser getCreatedBy()
Gets user who created the version.

Returns:
user who created it


Copyright © 2010. All Rights Reserved.