global class ProductAttributeSet {
|
global Map<String,String> attributes;
|
global String developerName;
|
global String id;
|
global ProductAttributeSet() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|