biz.c24.io.api.data
Class AppInfo

java.lang.Object
  extended by biz.c24.io.api.data.AnnotationItem
      extended by biz.c24.io.api.data.AppInfo
All Implemented Interfaces:
Serializable

public class AppInfo
extends AnnotationItem

An annotation designed for computer processing.

Warning: Serialized objects of this class or of a deployed class which is derived from it may not be compatible with future releases of C24 Integreation Objects. The current serialization support is appropriate for short term storage or RMI between applications running the same version of C24 Integreation Objects.

See Also:
Serialized Form

Constructor Summary
AppInfo(String text, String source)
          Constructs a new instance with specified values.
 
Method Summary
 
Methods inherited from class biz.c24.io.api.data.AnnotationItem
getSource, getText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppInfo

public AppInfo(String text,
               String source)
Constructs a new instance with specified values. Either argument can be null but not at the same time.

Parameters:
text - The textual content.
source - The source.
Throws:
NullPointerException - if text and source are both null.


C24 Technologies © 2002-2012: All Rights Reserved.