com.ptc.core.foundation.vc.common
Class SupersedeIterationCommand

java.lang.Object
  extended by com.ptc.core.command.common.bean.AbstractCommand
      extended by com.ptc.core.command.common.bean.AbstractServerCommand
          extended by com.ptc.core.command.common.bean.entity.AbstractEntityCommand
              extended by com.ptc.core.command.common.bean.entity.AbstractPersistentEntityCommand
                  extended by com.ptc.core.command.common.bean.vc.AbstractIterationEntityCommand
                      extended by com.ptc.core.foundation.vc.common.SupersedeIterationCommand
All Implemented Interfaces:
com.ptc.core.command.common.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:
Serialized Form

Method Summary
 TypeInstance getTarget()
          Gets the value of the attribute: target.
 void setTarget(TypeInstance a_Target)
          Sets the value of the attribute: target.
 void SupersedeIterationEntityCommand()
          Creates a new instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTarget

public TypeInstance getTarget()
Gets the value of the attribute: target.

Supported API: true

Returns:
TypeInstance

setTarget

public void setTarget(TypeInstance a_Target)
               throws WTPropertyVetoException
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