DB2 Records Into Xpages JavaBean


SubjectsInfo;
/**
 * Copyright 2012 Dököll Solutions, Inc.
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
 *
 * @AppName: Docu.nsf
 * Program: SubjectsInfo.java
 * Created: 2012.11.21.8.05.PM
 */




package com.dokoll.solutions.inc.db2.test;


/**
 *
 * @author Dököll Solutions, Inc.
 * @version 2012.11.21.8.05.PM
 */


public class SubjectsInfo {
	public String SubID;
	public String UserName;
	public String AllegationCode;
	public String Office;
	public String Investigator;
	public String DateOpen;
	public String Age;
	public String AllegationNumber;
	public String Licensee;
	public String Subject;
	public String Region;
	/**
	 * @return the region
	 */
	public String getRegion() {
		return Region;
	}
	/**
	 * @param region the region to set
	 */
	public void setRegion(String region) {
		Region = region;
	}
	/**
	 * @return the subjectURL
	 */
	public String getSubjectURL() {
		return SubjectURL;
	}
	/**
	 * @param subjectURL the subjectURL to set
	 */
	public void setSubjectURL(String subjectURL) {
		SubjectURL = subjectURL;
	}
	public String SubjectURL;
	
	
	
	/**
	 * @return the subID
	 */
	public String getSubID() {
		return SubID;
	}
	/**
	 * @param subID the subID to set
	 */
	public void setSubID(String subID) {
		SubID = subID;
	}
	/**
	 * @return the userName
	 */
	public String getUserName() {
		return UserName;
	}
	/**
	 * @param userName the userName to set
	 */
	public void setUserName(String userName) {
		UserName = userName;
	}
	/**
	 * @return the allegationCode
	 */
	public String getAllegationCode() {
		return AllegationCode;
	}
	/**
	 * @param allegationCode the allegationCode to set
	 */
	public void setAllegationCode(String allegationCode) {
		AllegationCode = allegationCode;
	}
	/**
	 * @return the office
	 */
	public String getOffice() {
		return Office;
	}
	/**
	 * @param office the office to set
	 */
	public void setOffice(String office) {
		Office = office;
	}
	/**
	 * @return the investigator
	 */
	public String getInvestigator() {
		return Investigator;
	}
	/**
	 * @param investigator the investigator to set
	 */
	public void setInvestigator(String investigator) {
		Investigator = investigator;
	}
	/**
	 * @return the dateOpen
	 */
	public String getDateOpen() {
		return DateOpen;
	}
	/**
	 * @param dateOpen the dateOpen to set
	 */
	public void setDateOpen(String dateOpen) {
		DateOpen = dateOpen;
	}
	/**
	 * @return the age
	 */
	public String getAge() {
		return Age;
	}
	/**
	 * @param age the age to set
	 */
	public void setAge(String age) {
		Age = age;
	}
	/**
	 * @return the allegationNumber
	 */
	public String getAllegationNumber() {
		return AllegationNumber;
	}
	/**
	 * @param allegationNumber the allegationNumber to set
	 */
	public void setAllegationNumber(String allegationNumber) {
		AllegationNumber = allegationNumber;
	}
	/**
	 * @return the licensee
	 */
	public String getLicensee() {
		return Licensee;
	}
	/**
	 * @param licensee the licensee to set
	 */
	public void setLicensee(String licensee) {
		Licensee = licensee;
	}
	/**
	 * @return the subject
	 */
	public String getSubject() {
		return Subject;
	}
	/**
	 * @param subject the subject to set
	 */
	public void setSubject(String subject) {
		Subject = subject;
	}
	public SubjectsInfo(String SubID,String UserName,String 
			AllegationCode,String Office, String Investigator, String DateOpen, String Age, String AllegationNumber, String Licensee, String Subject, String SubjectURL, String Region)  {
		SubID = this.SubID;
		UserName = this.UserName;
		AllegationCode = this.AllegationCode;
		Office = this.Office;
		Investigator = this.Investigator;
		DateOpen = this.DateOpen;
		Age = this.Age;
		AllegationNumber = this.AllegationNumber;
		Licensee = this.Licensee;
		Subject = this.Subject;
		SubjectURL = this.SubjectURL;
		Region = this.Region;
	}
	
	}
All code submitted to OpenNTF XSnippets, whether submitted as a "Snippet" or in the body of a Comment, is provided under the Apache License Version 2.0. See Terms of Use for full details.
No comments yetLogin first to comment...