|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.ixb.clientAccess.ObjectSetGeneratorInfo
This class specifies the seed object and the object set generator ID for product structure navigation.
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 |
private static final String RESOURCE
private static final String CLASSNAME
private String generatorId
private String generatorParam
Constructor Detail |
public ObjectSetGeneratorInfo(String id, String param)
id
- param
- Method Detail |
public String getGeneratorId()
public void setGeneratorId(String a_GeneratorId) throws WTPropertyVetoException
a_GeneratorId
-
WTPropertyVetoException
private void generatorIdValidate(String a_GeneratorId) throws WTPropertyVetoException
a_GeneratorId
-
WTPropertyVetoException
public String getGeneratorParam()
public void setGeneratorParam(String a_GeneratorParam) throws WTPropertyVetoException
a_GeneratorParam
-
WTPropertyVetoException
private void generatorParamValidate(String a_GeneratorParam) throws WTPropertyVetoException
a_GeneratorParam
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |