com.ibm.rational.test.lt.recorder.core.property

Class AbstractTypedConfiguration

    • Field Detail

      • NAME

        public static final String NAME
        Property that defines a user-friendly name for the component that will be instantiated from this configuration. This property is a string and is optional. If not provided, the component will be assigned a generated name.
    • Constructor Detail

      • AbstractTypedConfiguration

        protected AbstractTypedConfiguration(String type)
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType(String type)
      • setId

        public void setId(String id)
        Sets the id of the component. A component id must be unique within a recording session configuration.
        Parameters:
        id - An id. Can be null to unassign the component id. However an id will automatically assigned to the component if it is persisted.
      • getId

        public String getId()
        Returns the id of the component. An id is optional in general, but is automatically assigned to the component if it does not have one when the configuration is persisted.
        Returns:
        The component id.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.