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

com.wangjiegulu.rapidooo.library.compiler.entry.GetterSetterMethodNames Maven / Gradle / Ivy

package com.wangjiegulu.rapidooo.library.compiler.entry;

/**
 * Author: wangjie
 * Email: [email protected]
 * Date: 11/04/2018.
 */
public class GetterSetterMethodNames {
    private String getterMethodName;
    private String setterMethodName;

    public String getGetterMethodName() {
        return getterMethodName;
    }

    public void setGetterMethodName(String getterMethodName) {
        this.getterMethodName = getterMethodName;
    }

    public String getSetterMethodName() {
        return setterMethodName;
    }

    public void setSetterMethodName(String setterMethodName) {
        this.setterMethodName = setterMethodName;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy