setType property

set setType (AlbumType type)

Implementation

set setType(AlbumType type) {
  this.type = type;
}