Class SupersedeIterationCommand
java.lang.Object
com.ptc.core.command.common.bean.AbstractCommand
com.ptc.core.command.common.bean.AbstractServerCommand
com.ptc.core.command.common.bean.entity.AbstractEntityCommand
com.ptc.core.command.common.bean.entity.AbstractPersistentEntityCommand
com.ptc.core.command.common.bean.vc.AbstractIterationEntityCommand
com.ptc.core.foundation.vc.common.SupersedeIterationCommand
- All Implemented Interfaces:
Command,com.ptc.core.command.common.ServerCommand,Externalizable,Serializable
public class SupersedeIterationCommand
extends com.ptc.core.command.common.bean.vc.AbstractIterationEntityCommand
implements Externalizable
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: target.voidsetTarget(TypeInstance a_Target) Sets the value of the attribute: target.voidCreates a new instance.
-
Method Details
-
getTarget
Gets the value of the attribute: target.
Supported API: true- Returns:
- TypeInstance
-
setTarget
Sets the value of the attribute: target.
Supported API: true- Parameters:
a_Target-- Throws:
WTPropertyVetoException
-
SupersedeIterationEntityCommand
public void SupersedeIterationEntityCommand()Creates a new instance.
Supported API: true
-