WebLogic Process Integrator Version 2.0

com.bea.wlpi.common
Class PackageEntry

java.lang.Object
  |
  +--com.bea.wlpi.common.PackageEntry
All Implemented Interfaces:
java.io.Serializable

public class PackageEntry
extends java.lang.Object
implements java.io.Serializable

This class represents a single entry in a publish package JAR file.

See Also:
Serialized Form

Constructor Summary
PackageEntry(Publishable p, java.util.Map r, boolean b)
           
 
Method Summary
 java.lang.String getEntryType()
           
 Publishable getPublishable()
           
 boolean getPublished()
           
 java.util.Map getReferences()
           
 void setPublishable(Publishable p)
           
 void setPublished(boolean b)
           
 void setReferences(java.util.Map r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageEntry

public PackageEntry(Publishable p,
                    java.util.Map r,
                    boolean b)
Method Detail

getPublishable

public Publishable getPublishable()

setPublishable

public void setPublishable(Publishable p)

getPublished

public boolean getPublished()

setPublished

public void setPublished(boolean b)

getReferences

public java.util.Map getReferences()

setReferences

public void setReferences(java.util.Map r)

getEntryType

public java.lang.String getEntryType()

WebLogic Process Integrator Version 2.0

BEA WebLogic Process Integrator is a trademark of BEA Systems, Inc.
Copyright (c) 2001 BEA Systems, Inc.
All rights reserved.