estamp
Class Vendor

java.lang.Object
  extended byestamp.Vendor

public class Vendor
extends java.lang.Object

Title: Vendor.java

Description: Represents the client's view of Vendor. The information contains:

Copyright: Copyright (c) 2003

Company: segy


Constructor Summary
Vendor()
          Default constructor
Vendor(java.lang.String vendorID, java.lang.String url)
          Constructor with specified vendor id and url
Vendor(java.lang.String vendorID, java.lang.String url, java.lang.String publicKey)
          Constructor with specified vendor id and url
 
Method Summary
 java.lang.String getID()
          Get's the vendor's id
 java.lang.String getPublicKey()
          Gets the vendor's public key
 java.lang.String getUrl()
          Gets the vendor's url
 void setID(java.lang.String id)
          Sets the vendor's ID
 void setPublicKey(java.lang.String publicKey)
          Sets the vendor's public key
 void setUrl(java.lang.String url)
          Sets the vendor's url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vendor

public Vendor()
Default constructor


Vendor

public Vendor(java.lang.String vendorID,
              java.lang.String url)
Constructor with specified vendor id and url

Parameters:
vendorID -
url -

Vendor

public Vendor(java.lang.String vendorID,
              java.lang.String url,
              java.lang.String publicKey)
Constructor with specified vendor id and url

Parameters:
vendorID -
url -
Method Detail

getID

public java.lang.String getID()
Get's the vendor's id

Returns:
the vendor's id

getPublicKey

public java.lang.String getPublicKey()
Gets the vendor's public key

Returns:
the vendor's public key

getUrl

public java.lang.String getUrl()
Gets the vendor's url

Returns:
String the vendor's url

setID

public void setID(java.lang.String id)
Sets the vendor's ID

Parameters:
id - the vendor's ID

setPublicKey

public void setPublicKey(java.lang.String publicKey)
Sets the vendor's public key

Parameters:
publicKey - the vendor's public key

setUrl

public void setUrl(java.lang.String url)
Sets the vendor's url

Parameters:
url - String the vendor's url