
org.tinygroup.database.config.view.RefViewIds Maven / Gradle / Ivy
package org.tinygroup.database.config.view;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamImplicit;
import java.util.List;
/**
* Created by wangwy11342 on 2016/5/26.
*/
@XStreamAlias("ref-view-ids")
public class RefViewIds {
@XStreamImplicit(itemFieldName="ref-view-id")
private List refViewIdList;
public List getRefViewIdList() {
return refViewIdList;
}
public void setRefViewIdList(List refViewIdList) {
this.refViewIdList = refViewIdList;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy