wt.ixb.clientAccess
Class ObjectSetGeneratorInfo

java.lang.Object
  extended bywt.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

Field Summary
private static String CLASSNAME
           
private  String generatorId
           
private  String generatorParam
           
private static String RESOURCE
           
 
Constructor Summary
ObjectSetGeneratorInfo(String id, String param)
          

Supported API: false
 
Method Summary
private  void generatorIdValidate(String a_GeneratorId)
           
private  void generatorParamValidate(String a_GeneratorParam)
           
 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
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

generatorId

private String generatorId

generatorParam

private String generatorParam
Constructor Detail

ObjectSetGeneratorInfo

public ObjectSetGeneratorInfo(String id,
                              String param)


Supported API: false

Parameters:
id -
param -
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

generatorIdValidate

private void generatorIdValidate(String a_GeneratorId)
                          throws WTPropertyVetoException
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

generatorParamValidate

private void generatorParamValidate(String a_GeneratorParam)
                             throws WTPropertyVetoException
Parameters:
a_GeneratorParam -
Throws:
WTPropertyVetoException