com.ptc.windchill.upgrade.modeldiff
Class CheckPoint
java.lang.Object
com.ptc.windchill.upgrade.modeldiff.CheckPoint
- class CheckPoint
- extends Object
Constructor Summary |
(package private) |
CheckPoint()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
previousActivityName_
private String previousActivityName_
activityName_
private String activityName_
activitySubject_
private String activitySubject_
number_
private int number_
isLast_
private boolean isLast_
isCancelable_
private boolean isCancelable_
blockExecutionWhileDecidingCancel_
private boolean blockExecutionWhileDecidingCancel_
CheckPoint
CheckPoint()
getPreviousActivityName
String getPreviousActivityName()
getActivityName
String getActivityName()
getActivitySubject
String getActivitySubject()
getNumber
int getNumber()
getIsLast
boolean getIsLast()
getIsCancelable
boolean getIsCancelable()
getBlockExecutionWhileDecidingCancel
boolean getBlockExecutionWhileDecidingCancel()
setPreviousActivityName
void setPreviousActivityName(String x)
setActivityName
void setActivityName(String x)
setActivitySubject
void setActivitySubject(String x)
setNumber
void setNumber(int x)
setIsCancelable
void setIsCancelable(boolean x)
setBlockExecutionWhileDecidingCancel
void setBlockExecutionWhileDecidingCancel(boolean x)
setIsLast
void setIsLast(boolean x)
setIsLast
void setIsLast()