ReferenceFileDetail.java
package com.mycim.valueobject.sys;
import com.mycim.valueobject.bas.NamedObject;
public class ReferenceFileDetail extends NamedObject {
// --------------------------------------------------------- Instance Variables
private String key1Value;
private String key2Value;
private String data1Value;
private String data2Value;
private String data3Value;
private String data4Value;
private String data5Value;
private String key1Text;
private String key2Text;
private String data1Text;
private String data2Text;
private String data3Text;
private String data4Text;
private String data5Text;
public ReferenceFileDetail() {
}
public ReferenceFileDetail(String instanceId, String namedSpace, String object) {
super(instanceId, namedSpace, object);
}
// --------------------------------------------------------- Properties
public String getKey1Value() {
return this.key1Value;
}
public void setKey1Value(String key1Value) {
this.key1Value = key1Value;
}
public String getKey2Value() {
return this.key2Value;
}
public void setKey2Value(String key2Value) {
this.key2Value = key2Value;
}
public String getData1Value() {
return this.data1Value;
}
public void setData1Value(String data1Value) {
this.data1Value = data1Value;
}
public String getData2Value() {
return this.data2Value;
}
public void setData2Value(String data2Value) {
this.data2Value = data2Value;
}
public String getData3Value() {
return this.data3Value;
}
public void setData3Value(String data3Value) {
this.data3Value = data3Value;
}
public String getData4Value() {
return this.data4Value;
}
public void setData4Value(String data4Value) {
this.data4Value = data4Value;
}
public String getData5Value() {
return this.data5Value;
}
public void setData5Value(String data5Value) {
this.data5Value = data5Value;
}
public String getKey1Text() {
return this.key1Text;
}
public void setKey1Text(String key1Text) {
this.key1Text = key1Text;
}
public String getKey2Text() {
return this.key2Text;
}
public void setKey2Text(String key2Text) {
this.key2Text = key2Text;
}
public String getData1Text() {
return this.data1Text;
}
public void setData1Text(String data1Text) {
this.data1Text = data1Text;
}
public String getData2Text() {
return this.data2Text;
}
public void setData2Text(String data2Text) {
this.data2Text = data2Text;
}
public String getData3Text() {
return this.data3Text;
}
public void setData3Text(String data3Text) {
this.data3Text = data3Text;
}
public String getData4Text() {
return this.data4Text;
}
public void setData4Text(String data4Text) {
this.data4Text = data4Text;
}
public String getData5Text() {
return this.data5Text;
}
public void setData5Text(String data5Text) {
this.data5Text = data5Text;
}
}
/*
* Modification Log `* Log No : Name : Modified Date: Description :
*/