com.ibm.ws.javaee.dd.webext

Interface IdGenerationProperties


  1. public interface IdGenerationProperties
Represents <id-generation-properties>.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getAlternateName()
  1. java.util.List<CacheVariable>
getCacheVariables()
  1. boolean
isSetAlternateName()
  1. boolean
isSetUsePathInfos()
  1. boolean
isSetUseURI()
  1. boolean
isUsePathInfos()
  1. boolean
isUseURI()

Method Detail

isSetUseURI

  1. boolean isSetUseURI()

isUseURI

  1. boolean isUseURI()

isSetAlternateName

  1. boolean isSetAlternateName()

getAlternateName

  1. java.lang.String getAlternateName( )

isSetUsePathInfos

  1. boolean isSetUsePathInfos()

isUsePathInfos

  1. boolean isUsePathInfos()

getCacheVariables

  1. java.util.List<CacheVariable> getCacheVariables( )