com.togethersoft.openapi.vcs
Interface VcsVersionInfo


public interface VcsVersionInfo

Author:
TogetherSoft
Stereotype new

Method Summary
 booleanequals(Object obj)
           
 StringgetAuthor()
           
 DategetCheckedInDate()
           
 StringgetComment()
           
 StringgetVersionId()
           
 booleanisCheckedOut()
           
 String[]labels()
           
 VcsVersionInfo[]successors()
           

Method Detail

equals

public boolean equals(Object obj)

getAuthor

public String getAuthor()

getCheckedInDate

public Date getCheckedInDate()

getComment

public String getComment()

getVersionId

public String getVersionId()

isCheckedOut

public boolean isCheckedOut()

labels

public String[] labels()

successors

public VcsVersionInfo[] successors()