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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
createdBy()
Getter method for the COM property "CreatedBy"Date
creationDate()
Getter method for the COM property "CreationDate"String
endVersion()
Getter method for the COM property "EndVersion"void
endVersion(String pVal)
Setter method for the COM property "EndVersion"String
fileName()
Getter method for the COM property "FileName"String
filePath()
Getter method for the COM property "FilePath"String
startVersion()
Getter method for the COM property "StartVersion"String
workingVersion()
Getter method for the COM property "WorkingVersion"void
workingVersion(String pVal)
Setter method for the COM property "WorkingVersion"-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
fileName
String fileName()
Getter method for the COM property "FileName"
- Returns:
- Returns a value of type java.lang.String
-
filePath
String filePath()
Getter method for the COM property "FilePath"
- Returns:
- Returns a value of type java.lang.String
-
startVersion
String startVersion()
Getter method for the COM property "StartVersion"
- Returns:
- Returns a value of type java.lang.String
-
workingVersion
String workingVersion()
Getter method for the COM property "WorkingVersion"
- Returns:
- Returns a value of type java.lang.String
-
workingVersion
void workingVersion(String pVal)
Setter method for the COM property "WorkingVersion"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
endVersion
String endVersion()
Getter method for the COM property "EndVersion"
- Returns:
- Returns a value of type java.lang.String
-
endVersion
void endVersion(String pVal)
Setter method for the COM property "EndVersion"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
createdBy
String createdBy()
Getter method for the COM property "CreatedBy"
- Returns:
- Returns a value of type java.lang.String
-
creationDate
Date creationDate()
Getter method for the COM property "CreationDate"
- Returns:
- Returns a value of type java.util.Date
-
-