Exemplo n.º 1
0
 /**
  * Build up this evidence reference with an attribution.
  *
  * @param attribution The attribution.
  * @return this.
  */
 public EvidenceReference SetAttribution(Attribution attribution)
 {
     this.Attribution = attribution;
     return this;
 }
Exemplo n.º 2
0
 /**
  * Build up this note with attribution.
  *
  * @param attribution The attribution.
  * @return this.
  */
 public Note SetAttribution(Attribution attribution)
 {
     this.Attribution = attribution;
     return this;
 }
Exemplo n.º 3
0
 /**
  * Build up this note with attribution.
  *
  * @param attribution The attribution.
  * @return this.
  */
 public Note SetAttribution(Attribution attribution)
 {
     this.Attribution = attribution;
     return(this);
 }
Exemplo n.º 4
0
 /**
  * Build up this evidence reference with an attribution.
  *
  * @param attribution The attribution.
  * @return this.
  */
 public EvidenceReference SetAttribution(Attribution attribution)
 {
     this.Attribution = attribution;
     return(this);
 }