com.ptc.core.meta.type.command.typemodel.common
Class GetTypeIdentifierCommand

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.meta.type.command.typemodel.common.AbstractTypeModelCommand
              extended by com.ptc.core.meta.type.command.typemodel.common.GetTypeIdentifierCommand
All Implemented Interfaces:
com.ptc.core.command.common.Command, com.ptc.core.command.common.ServerCommand, Externalizable, Serializable

public class GetTypeIdentifierCommand
extends AbstractTypeModelCommand
implements Externalizable

Gets a TypeIdentifier for the passed in typename String.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 String getTypename()
          Gets the value of the attribute: typename.
 void setTypename(String a_Typename)
          Sets the value of the attribute: typename.
 
Methods inherited from class com.ptc.core.meta.type.command.typemodel.common.AbstractTypeModelCommand
getAnswer, getResultList, getType_id, setAnswer, setType_id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTypename

public String getTypename()
Gets the value of the attribute: typename.

Supported API: true

Returns:
String

setTypename

public void setTypename(String a_Typename)
                 throws WTPropertyVetoException
Sets the value of the attribute: typename.

Supported API: true

Parameters:
a_Typename -
Throws:
WTPropertyVetoException