Uses of Class
com.ibm.tws.objects.model.PeriodKey

Packages that use PeriodKey
com.ibm.tws.objects.model   
 

Uses of PeriodKey in com.ibm.tws.objects.model
 

Methods in com.ibm.tws.objects.model that return PeriodKey
 PeriodKey Period.getKey()
          Returns the PeriodKey wrapped by this Period object.
 PeriodKey PeriodHeader.getKey()
          Returns the PeriodKey wrapped by this PeriodHeader object.
static PeriodKey PeriodKey.parseKey(java.lang.String key)
          Parses data from the specified string and creates a new PeriodKey.
 

Methods in com.ibm.tws.objects.model with parameters of type PeriodKey
 void Period.setKey(PeriodKey periodKey)
          Sets the PeriodKey to be wrapped by this Period object.
 void PeriodHeader.setKey(PeriodKey periodKey)
          Sets the PeriodKey to be wrapped by this PeriodHeader object.
 

Constructors in com.ibm.tws.objects.model with parameters of type PeriodKey
PeriodHeader(PeriodKey periodKey)
          Creates a PeriodHeader with the specified key.
PeriodHeader(Identifier periodId, PeriodKey periodKey)
          Creates a PeriodHeader with the specified identifier and key.
 



Copyright © 2005 IBM All Rights Reserved.