Exemple #1
0
 /**
  * Sets the abstract's AbstractType.
  *
  * @param abstractType the AbstractType.
  */
 public void setAbstractType(AbstractType abstractType) {
   this.abstractType = abstractType;
   this.abstractTypeCode = abstractType != null ? abstractType.getCode() : null;
 }