Package step.repository.alm.otaclient
Interface IChangeEntry
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IBaseFieldEx,- IObjectLockingSupport
 
 public interface IChangeEntry extends IBaseFieldEx Obsolete. Do not use this interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringcreatedBy()Getter method for the COM property "CreatedBy"java.util.DatecreationDate()Getter method for the COM property "CreationDate"java.lang.StringendVersion()Getter method for the COM property "EndVersion"voidendVersion(java.lang.String pVal)Setter method for the COM property "EndVersion"java.lang.StringfileName()Getter method for the COM property "FileName"java.lang.StringfilePath()Getter method for the COM property "FilePath"java.lang.StringstartVersion()Getter method for the COM property "StartVersion"java.lang.StringworkingVersion()Getter method for the COM property "WorkingVersion"voidworkingVersion(java.lang.String pVal)Setter method for the COM property "WorkingVersion"- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldExattachments, hasAttachment, history
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
fileNamejava.lang.String fileName() Getter method for the COM property "FileName" - Returns:
- Returns a value of type java.lang.String
 
 - 
filePathjava.lang.String filePath() Getter method for the COM property "FilePath" - Returns:
- Returns a value of type java.lang.String
 
 - 
startVersionjava.lang.String startVersion() Getter method for the COM property "StartVersion" - Returns:
- Returns a value of type java.lang.String
 
 - 
workingVersionjava.lang.String workingVersion() Getter method for the COM property "WorkingVersion" - Returns:
- Returns a value of type java.lang.String
 
 - 
workingVersionvoid workingVersion(java.lang.String pVal) Setter method for the COM property "WorkingVersion" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
endVersionjava.lang.String endVersion() Getter method for the COM property "EndVersion" - Returns:
- Returns a value of type java.lang.String
 
 - 
endVersionvoid endVersion(java.lang.String pVal) Setter method for the COM property "EndVersion" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
createdByjava.lang.String createdBy() Getter method for the COM property "CreatedBy" - Returns:
- Returns a value of type java.lang.String
 
 - 
creationDatejava.util.Date creationDate() Getter method for the COM property "CreationDate" - Returns:
- Returns a value of type java.util.Date
 
 
- 
 
-