예제 #1
0
 public boolean isBand() {
   boolean isband = DBMethodsBand.selectIsBand(getBandName());
   return isband;
 }