com.ibm.commerce.copyright
Class IBMCopyright

java.lang.Object
  |
  +--com.ibm.commerce.copyright.IBMCopyright

public class IBMCopyright
extends java.lang.Object

Contains the IBM Copyright information for WebSphere Commerce.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String LONG_COPYRIGHT
          The full version of the WebSphere Commerce Copyright statement.
static java.lang.String SHORT_COPYRIGHT
          The short version of the WebSphere Commerce copyright statement.
 
Method Summary
static java.lang.String getLongCopyright()
          Returns the long version of the WebSphere Commerce Copyright statement.
static java.lang.String getShortCopyright()
          Returns the short version of the WebSphere Commerce Copyright statement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
public static final java.lang.String LONG_COPYRIGHT

The full version of the WebSphere Commerce Copyright statement.

 Licensed Materials - Property of IBM
 5724-A18
 (c) Copyright International Business Machines Corporation 2000,2001,2003.
 All rights reserved
 US Government Users Restricted Rights - Use, duplication or
 disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
See Also:
Constant Field Values

public static final java.lang.String SHORT_COPYRIGHT

The short version of the WebSphere Commerce copyright statement.

(c) Copyright International Business Machines Corporation 2000,2001,2003
See Also:
Constant Field Values

public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Method Detail

getLongCopyright

public static java.lang.String getLongCopyright()
Returns the long version of the WebSphere Commerce Copyright statement.
Returns:
The full version of the copyright statement.

getShortCopyright

public static java.lang.String getShortCopyright()
Returns the short version of the WebSphere Commerce Copyright statement.
Returns:
The short version of the WebSphere Commerce Copyright statement.