Class BOBundleSkill

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

public class BOBundleSkill extends DynO
Business object representing the relation between a Bundle and a {skill.
Since:
10.1
See Also:
GCApi:
bo
  • Constructor Details

    • BOBundleSkill

      public BOBundleSkill()
  • Method Details

    • getId

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

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

      public Long getBundle()
      Returns the BOBundleHeader id.
      Returns:
      the bundle id
      See Also:
    • setBundle

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

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

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

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

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