com.trackstudio.secured
Class SecuredCommitBean

java.lang.Object
  extended by com.trackstudio.app.scm.CommitListItem
      extended by com.trackstudio.secured.SecuredCommitBean
All Implemented Interfaces:
java.lang.Comparable<SecuredCommitBean>

public class SecuredCommitBean
extends CommitListItem
implements java.lang.Comparable<SecuredCommitBean>

Bean which represents SCM commit


Constructor Summary
SecuredCommitBean(SessionContext sc, long revision, java.lang.String authorLogin, java.lang.String message, java.util.Calendar date, java.util.List changedPath, java.lang.String connectionName)
           
 
Method Summary
 int compareTo(SecuredCommitBean o)
           
 SecuredUserBean getAuthor()
           
 java.lang.String getAuthorId()
           
 
Methods inherited from class com.trackstudio.app.scm.CommitListItem
equals, getAuthorLogin, getChangedPath, getConnectionName, getDate, getMessage, getRevision, hashCode, setAuthorLogin, setChangedPath, setConnectionName, setDate, setMessage, setRevision
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredCommitBean

public SecuredCommitBean(SessionContext sc,
                         long revision,
                         java.lang.String authorLogin,
                         java.lang.String message,
                         java.util.Calendar date,
                         java.util.List changedPath,
                         java.lang.String connectionName)
                  throws GranException
Throws:
GranException
Method Detail

getAuthorId

public java.lang.String getAuthorId()

getAuthor

public SecuredUserBean getAuthor()

compareTo

public int compareTo(SecuredCommitBean o)
Specified by:
compareTo in interface java.lang.Comparable<SecuredCommitBean>


Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.