/**
  *  Set Attribute Set
  *  @param mas attribute set
  */
 public void SetMAttributeSet(MAttributeSet mas)
 {
     _mas = mas;
     SetM_AttributeSet_ID(mas.GetM_AttributeSet_ID());
 }