first commit
This commit is contained in:
25
hrmsEjb/wenrgise/common/xml/vo/LOV.java
Normal file
25
hrmsEjb/wenrgise/common/xml/vo/LOV.java
Normal file
@@ -0,0 +1,25 @@
|
||||
package wenrgise.common.xml.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public class LOV implements Serializable {
|
||||
private String _LovKey;
|
||||
|
||||
private Screens _Screens;
|
||||
|
||||
public String get_LovKey() {
|
||||
return this._LovKey;
|
||||
}
|
||||
|
||||
public void set_LovKey(String new_LovKey) {
|
||||
this._LovKey = new_LovKey;
|
||||
}
|
||||
|
||||
public Screens get_Screens() {
|
||||
return this._Screens;
|
||||
}
|
||||
|
||||
public void set_Screens(Screens new_Screens) {
|
||||
this._Screens = new_Screens;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user