Skip to content

Instantly share code, notes, and snippets.

View raj-rajaratnam's full-sized avatar

Rajkumar Rajaratnam raj-rajaratnam

View GitHub Profile
<!doctype html>
<html>
<head>
<title>Hoovam eBanking Portal</title>
<link rel="stylesheet" href="styles.css">
</head>
package org.wso2.axis2.axiom.service;
public class Product {
private int productId;
private String productName;
private String productDescription;
private double price;
public Product(int productId, String productName, String productDescription, double price) {