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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The 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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
      • LONG_COPYRIGHT

        public static final java.lang.String LONG_COPYRIGHT

        The full version of the WebSphere Commerce copyright statement.

         Licensed Materials - Property of IBM
         WebSphere Commerce
         (c) Copyright International Business Machines Corporation 1996,2008.
         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
      • SHORT_COPYRIGHT

        public static final java.lang.String SHORT_COPYRIGHT

        The short version of the WebSphere Commerce copyright statement.

        (c) Copyright International Business Machines Corporation 1996,2008
        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.