wt.ixb.clientAccess
Class ObjectSetGeneratorInfo

java.lang.Object
  extended by 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:
Serialized Form

Method Summary
 String getGeneratorId()
          Gets the value of the attribute: generatorId; The identifier of the object set generator.
 String getGeneratorParam()
          Gets the value of the attribute: generatorParam; The value of the seed object.
 void setGeneratorId(String a_GeneratorId)
          Sets the value of the attribute: generatorId; The identifier of the object set generator.
 void setGeneratorParam(String a_GeneratorParam)
          Sets the value of the attribute: generatorParam; The value of the seed object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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