Package com.ibm.ws.javaee.dd.webext
Interface IdGenerationProperties
- 
 public interface IdGenerationPropertiesRepresents <id-generation-properties>.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAlternateName()java.util.List<CacheVariable>getCacheVariables()booleanisSetAlternateName()booleanisSetUsePathInfos()booleanisSetUseURI()booleanisUsePathInfos()booleanisUseURI()
 
- 
- 
- 
Method Detail- 
isSetUseURIboolean isSetUseURI() 
 - 
isUseURIboolean isUseURI() 
 - 
isSetAlternateNameboolean isSetAlternateName() 
 - 
getAlternateNamejava.lang.String getAlternateName() 
 - 
isSetUsePathInfosboolean isSetUsePathInfos() 
 - 
isUsePathInfosboolean isUsePathInfos() 
 - 
getCacheVariablesjava.util.List<CacheVariable> getCacheVariables() 
 
- 
 
-