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 java.lang.String
createdBy()
Getter method for the COM property "CreatedBy"java.util.Date
creationDate()
Getter method for the COM property "CreationDate"java.lang.String
endVersion()
Getter method for the COM property "EndVersion"void
endVersion(java.lang.String pVal)
Setter method for the COM property "EndVersion"java.lang.String
fileName()
Getter method for the COM property "FileName"java.lang.String
filePath()
Getter method for the COM property "FilePath"java.lang.String
startVersion()
Getter method for the COM property "StartVersion"java.lang.String
workingVersion()
Getter method for the COM property "WorkingVersion"void
workingVersion(java.lang.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.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
fileName
java.lang.String fileName()
Getter method for the COM property "FileName"
- Returns:
- Returns a value of type java.lang.String
-
filePath
java.lang.String filePath()
Getter method for the COM property "FilePath"
- Returns:
- Returns a value of type java.lang.String
-
startVersion
java.lang.String startVersion()
Getter method for the COM property "StartVersion"
- Returns:
- Returns a value of type java.lang.String
-
workingVersion
java.lang.String workingVersion()
Getter method for the COM property "WorkingVersion"
- Returns:
- Returns a value of type java.lang.String
-
workingVersion
void workingVersion(java.lang.String pVal)
Setter method for the COM property "WorkingVersion"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
endVersion
java.lang.String endVersion()
Getter method for the COM property "EndVersion"
- Returns:
- Returns a value of type java.lang.String
-
endVersion
void endVersion(java.lang.String pVal)
Setter method for the COM property "EndVersion"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
createdBy
java.lang.String createdBy()
Getter method for the COM property "CreatedBy"
- Returns:
- Returns a value of type java.lang.String
-
creationDate
java.util.Date creationDate()
Getter method for the COM property "CreationDate"
- Returns:
- Returns a value of type java.util.Date
-
-