Class ObjectSetGeneratorInfo

java.lang.Object
wt.ixb.clientAccess.ObjectSetGeneratorInfo
All Implemented Interfaces:
Serializable

public class ObjectSetGeneratorInfo extends Object implements Serializable
This class specifies the seed object and the object set generator ID for product structure navigation.
See Also:
  • Method Details

    • getGeneratorId

      public String getGeneratorId()
      Gets the value of the attribute: generatorId; The identifier of the object set generator. The available values are specified in the registry files.
      If this parameter is set to null, only the seed object will be exported in stead of its product structure; otherwise its product stucture will be computed and exported.

      Supported API: true
      Returns:
      String
    • setGeneratorId

      public void setGeneratorId(String a_GeneratorId) throws WTPropertyVetoException
      Sets the value of the attribute: generatorId; The identifier of the object set generator. The available values are specified in the registry files.
      If this parameter is set to null, only the seed object will be exported in stead of its product structure; otherwise its product stucture will be computed and exported.

      Supported API: true
      Parameters:
      a_GeneratorId -
      Throws:
      WTPropertyVetoException
    • getGeneratorParam

      public String getGeneratorParam()
      Gets the value of the attribute: generatorParam; The value of the seed object.

      Supported API: true
      Returns:
      String
    • setGeneratorParam

      public void setGeneratorParam(String a_GeneratorParam) throws WTPropertyVetoException
      Sets the value of the attribute: generatorParam; The value of the seed object.

      Supported API: true
      Parameters:
      a_GeneratorParam -
      Throws:
      WTPropertyVetoException