Package org.cxml

Class DeliveryPeriod


  • public class DeliveryPeriod
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Period period  
    • Constructor Summary

      Constructors 
      Constructor Description
      DeliveryPeriod()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Period getPeriod()
      Gets the value of the period property.
      void setPeriod​(Period value)
      Sets the value of the period property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • period

        protected Period period
    • Constructor Detail

      • DeliveryPeriod

        public DeliveryPeriod()
    • Method Detail

      • getPeriod

        public Period getPeriod()
        Gets the value of the period property.
        Returns:
        possible object is Period
      • setPeriod

        public void setPeriod​(Period value)
        Sets the value of the period property.
        Parameters:
        value - allowed object is Period