[jboss-svn-commits] JBL Code SVN: r6276 - labs/jbossesb/workspace/tfennelly/product/docs/samples/trailblazer/bankloanbrokerdemo/java/src/org/jboss/soa/esb/samples/loanbroker/banks

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 18 11:29:02 EDT 2006


Author: tfennelly
Date: 2006-09-18 11:29:00 -0400 (Mon, 18 Sep 2006)
New Revision: 6276

Removed:
   labs/jbossesb/workspace/tfennelly/product/docs/samples/trailblazer/bankloanbrokerdemo/java/src/org/jboss/soa/esb/samples/loanbroker/banks/BanksQuoteRequest.java
   labs/jbossesb/workspace/tfennelly/product/docs/samples/trailblazer/bankloanbrokerdemo/java/src/org/jboss/soa/esb/samples/loanbroker/banks/BanksQuoteResponse.java
Log:
removed

Deleted: labs/jbossesb/workspace/tfennelly/product/docs/samples/trailblazer/bankloanbrokerdemo/java/src/org/jboss/soa/esb/samples/loanbroker/banks/BanksQuoteRequest.java
===================================================================
--- labs/jbossesb/workspace/tfennelly/product/docs/samples/trailblazer/bankloanbrokerdemo/java/src/org/jboss/soa/esb/samples/loanbroker/banks/BanksQuoteRequest.java	2006-09-18 15:28:21 UTC (rev 6275)
+++ labs/jbossesb/workspace/tfennelly/product/docs/samples/trailblazer/bankloanbrokerdemo/java/src/org/jboss/soa/esb/samples/loanbroker/banks/BanksQuoteRequest.java	2006-09-18 15:29:00 UTC (rev 6276)
@@ -1,72 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2006, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
-
-package org.jboss.soa.esb.samples.loanbroker.banks;
-
-
-public class BanksQuoteRequest {
-	
-	public int ssn;
-	public int creditScore;
-	public int historyLength=0;	//setting to 0 for now, don't have that in the CreditAgency 
-	public int loanAmount;
-	public int loanTerm;
-	public long customerUID;
-
-	public BanksQuoteRequest() {
-		super();
-		// TODO Auto-generated constructor stub
-	}
-
-	public int getCreditScore() {
-		return creditScore;
-	}
-
-	public void setCreditScore(int creditScore) {
-		this.creditScore = creditScore;
-	}
-
-	public int getLoanAmount() {
-		return loanAmount;
-	}
-
-	public void setLoanAmount(int loanAmount) {
-		this.loanAmount = loanAmount;
-	}
-
-	public int getLoanTerm() {
-		return loanTerm;
-	}
-
-	public void setLoanTerm(int loanTerm) {
-		this.loanTerm = loanTerm;
-	}
-
-	public int getSsn() {
-		return ssn;
-	}
-
-	public void setSsn(int ssn) {
-		this.ssn = ssn;
-	}
-
-}

Deleted: labs/jbossesb/workspace/tfennelly/product/docs/samples/trailblazer/bankloanbrokerdemo/java/src/org/jboss/soa/esb/samples/loanbroker/banks/BanksQuoteResponse.java
===================================================================
--- labs/jbossesb/workspace/tfennelly/product/docs/samples/trailblazer/bankloanbrokerdemo/java/src/org/jboss/soa/esb/samples/loanbroker/banks/BanksQuoteResponse.java	2006-09-18 15:28:21 UTC (rev 6275)
+++ labs/jbossesb/workspace/tfennelly/product/docs/samples/trailblazer/bankloanbrokerdemo/java/src/org/jboss/soa/esb/samples/loanbroker/banks/BanksQuoteResponse.java	2006-09-18 15:29:00 UTC (rev 6276)
@@ -1,18 +0,0 @@
-package org.jboss.soa.esb.samples.loanbroker.banks;
-
-import java.io.Serializable;
-import java.math.BigDecimal;
-
-public class BanksQuoteResponse implements Serializable{
-	
-	private static final long serialVersionUID = 1L;
-	public BigDecimal interestRate;
-	public String quoteId;
-	public int errorCode;
-	public long customerUID;
-
-	public BanksQuoteResponse() {
-		super();
-	}
-	
-}
\ No newline at end of file




More information about the jboss-svn-commits mailing list