java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.merchandising.condition.AccompanyingPassenger
All Implemented Interfaces:
Serializable

public class AccompanyingPassenger extends Object implements Serializable
See Also:
  • Constructor Details

    • AccompanyingPassenger

      public AccompanyingPassenger()
  • Method Details

    • getPtc

      public List<String> getPtc()
    • setPtc

      public void setPtc(List<String> ptc)
    • getExactPTCMatch

      public Boolean getExactPTCMatch()
    • setExactPTCMatch

      public void setExactPTCMatch(Boolean exactPTCMatch)
    • getMinOccurrence

      public Integer getMinOccurrence()
    • setMinOccurrence

      public void setMinOccurrence(Integer minOccurrence)
    • getMaxOccurrence

      public Integer getMaxOccurrence()
    • setMaxOccurrence

      public void setMaxOccurrence(Integer maxOccurrence)