Uses of Class
org.cxml.Period
-
Packages that use Period Package Description org.cxml -
-
Uses of Period in org.cxml
Fields in org.cxml declared as Period Modifier and Type Field Description protected PeriodDeliveryPeriod. periodprotected PeriodFeeDetail. periodprotected PeriodForecast. periodprotected PeriodLaborDetail. periodprotected PeriodSalesReport. periodMethods in org.cxml that return Period Modifier and Type Method Description PeriodObjectFactory. createPeriod()Create an instance ofPeriodPeriodDeliveryPeriod. getPeriod()Gets the value of the period property.PeriodFeeDetail. getPeriod()Gets the value of the period property.PeriodForecast. getPeriod()Gets the value of the period property.PeriodLaborDetail. getPeriod()Gets the value of the period property.PeriodSalesReport. getPeriod()Gets the value of the period property.Methods in org.cxml with parameters of type Period Modifier and Type Method Description voidDeliveryPeriod. setPeriod(Period value)Sets the value of the period property.voidFeeDetail. setPeriod(Period value)Sets the value of the period property.voidForecast. setPeriod(Period value)Sets the value of the period property.voidLaborDetail. setPeriod(Period value)Sets the value of the period property.voidSalesReport. setPeriod(Period value)Sets the value of the period property.
-