(x string)
| 74 | func (p *Cartel) SetSource(x string) { p.source = x } |
| 75 | func (p *Cartel) SetCreationDate(x time.Time) { p.creationDate = x } |
| 76 | func (p *Cartel) SetBoss(x string) { p.boss = x } |
| 77 | func (p *Cartel) SetLastCrimeDate(x time.Time) { p.lastCrimeDate = x } |
| 78 | func (p *Cartel) SetPoisons(x []*Poison) { p.poisons = x } |
| 79 |
no outgoing calls