Class PO_ObjectInfo

Class PO_ObjectInfo

java.lang.Object
   |
   +----PO_ObjectInfo

public class PO_ObjectInfo
extends Object
PO_ObjectInfo Class This is a class which stores the information of a PersistentObject that is sent over from network

Variable Index

 o className
 o contentName
 o id

Constructor Index

 o PO_ObjectInfo(String, String, int)

Variables

 o className
  public String className
 o contentName
  public String contentName
 o id
  public int id

Constructors

 o PO_ObjectInfo
  public PO_ObjectInfo(String className,
                       String contentName,
                       int id)