Package step.repository.alm.otaclient
Interface IVersionItem
- 
- All Superinterfaces:
- com4j.Com4jObject
 - All Known Subinterfaces:
- IVersionItem2
 
 public interface IVersionItem extends com4j.Com4jObjectInformation on a specific version.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringcomments()The check-in comment.java.lang.Stringdate()The check-in date using the server's date.booleanisLocked()Obsolete.java.lang.Stringtime()The check-in time using the server's time.java.lang.Stringuser()The user name of the user who performed the check-in.java.lang.Stringversion()The version checked in.
 
- 
- 
- 
Method Detail- 
commentsjava.lang.String comments() The check-in comment. Getter method for the COM property "Comments" - Returns:
- Returns a value of type java.lang.String
 
 - 
versionjava.lang.String version() The version checked in. Getter method for the COM property "Version" - Returns:
- Returns a value of type java.lang.String
 
 - 
isLockedboolean isLocked() Obsolete. Always returns false. Getter method for the COM property "IsLocked" - Returns:
- Returns a value of type boolean
 
 - 
datejava.lang.String date() The check-in date using the server's date. Getter method for the COM property "Date" - Returns:
- Returns a value of type java.lang.String
 
 - 
userjava.lang.String user() The user name of the user who performed the check-in. Getter method for the COM property "User" - Returns:
- Returns a value of type java.lang.String
 
 - 
timejava.lang.String time() The check-in time using the server's time. Getter method for the COM property "Time" - Returns:
- Returns a value of type java.lang.String
 
 
- 
 
-