Package wt.ixb.clientAccess
Class ObjectSetGeneratorInfo
java.lang.Object
wt.ixb.clientAccess.ObjectSetGeneratorInfo
- All Implemented Interfaces:
Serializable
This class specifies the seed object and the object set generator ID
for product structure navigation.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: generatorId; The identifier of the object set generator.Gets the value of the attribute: generatorParam; The value of the seed object.voidsetGeneratorId(String a_GeneratorId) Sets the value of the attribute: generatorId; The identifier of the object set generator.voidsetGeneratorParam(String a_GeneratorParam) Sets the value of the attribute: generatorParam; The value of the seed object.
-
Method Details
-
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
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
Gets the value of the attribute: generatorParam; The value of the seed object.
Supported API: true- Returns:
- String
-
setGeneratorParam
Sets the value of the attribute: generatorParam; The value of the seed object.
Supported API: true- Parameters:
a_GeneratorParam-- Throws:
WTPropertyVetoException
-