Java 类org.apache.commons.collections.Bag 实例源码

项目:buildergenerator    文件:NullUnrecognisedCollectionPropertyWithSetUnrecognisedCollectionMethod.java   
public Bag getBag() {
    return bag;
}
项目:buildergenerator    文件:NullUnrecognisedCollectionPropertyWithSetUnrecognisedCollectionMethod.java   
public void setBag(Bag bag) {
    this.bag = bag;
}