Class DTOBundleSkill

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.rs1.skill.DTOBundleSkill
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOBundleSkill extends DynO
DTO representing a bundle skill.
Since:
21.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOBundleSkill

      public DTOBundleSkill()
  • Method Details

    • getId

      public final Long getId()
      Returns the bundle skill id.
      Returns:
      the bundle skill id
    • setId

      public final void setId(Long id)
      Sets the bundle skill id.
      Parameters:
      id - the bundle skill id
    • getBundle

      public final Long getBundle()
      Returns the bundle id.
      Returns:
      the bundle id
    • setBundle

      public final void setBundle(Long bundle)
      Sets the bundle id.
      Parameters:
      bundle - the bundle id
    • getSkill

      public final Long getSkill()
      Returns the skill id.
      Returns:
      the skill id
    • setSkill

      public final void setSkill(Long skill)
      Sets the skill id.
      Parameters:
      skill - the skill id
    • getCardinality

      public final Long getCardinality()
      Returns the cardinality of the skill.
      Returns:
      the cardinality
    • setCardinality

      public final void setCardinality(Long cardinality)
      Sets the cardinality of the skill.
      Parameters:
      cardinality - the cardinality