All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tinygroup.database.config.view.RefViewIds Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
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