WebLogic Process Integrator Version 2.0

com.bea.wlpi.common
Class RepositoryFolderInfoHelper

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

public class RepositoryFolderInfoHelper
extends java.lang.Object
implements java.io.Serializable, Publishable

This is an auxilliary class for com.bea.eci.repository.helper.RepositoryFolderInfo used solely for Import/Export purposes.

Since:
WebLogic Process Integrator 2.0
See Also:
Serialized Form

Fields inherited from interface com.bea.wlpi.common.Publishable
BUSINESS_CALENDAR, BUSINESS_OPERATION, EVENT_KEY, ORG, ROLE, TEMPLATE, TEMPLATE_DEFINITION, USER, XML_REPOSITORY_ENTITY, XML_REPOSITORY_FOLDER
 
Constructor Summary
RepositoryFolderInfoHelper(java.lang.String type, java.lang.String name, java.lang.String desc, java.lang.String notes)
           
RepositoryFolderInfoHelper(java.lang.String type, java.lang.String name, java.lang.String desc, java.lang.String notes, RepositoryFolderInfoHelper parent)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Object getContents()
          Return the publishable content.
 java.lang.String getDescription()
           
 java.lang.String getEntryName()
          Return the display name for the publishable object.
 java.lang.String getFolderType()
           
 java.lang.String getName()
           
 java.lang.String getNotes()
           
 java.lang.String getOwnerName()
          Return the name of the object's owner.
 RepositoryFolderInfoHelper getParent()
           
 int getType()
          Return the type of publishable object.
 boolean isPublished()
          Returns whether the object is published.
 void setParent(RepositoryFolderInfoHelper p)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryFolderInfoHelper

public RepositoryFolderInfoHelper(java.lang.String type,
                                  java.lang.String name,
                                  java.lang.String desc,
                                  java.lang.String notes)

RepositoryFolderInfoHelper

public RepositoryFolderInfoHelper(java.lang.String type,
                                  java.lang.String name,
                                  java.lang.String desc,
                                  java.lang.String notes,
                                  RepositoryFolderInfoHelper parent)
Method Detail

getFolderType

public java.lang.String getFolderType()

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

getNotes

public java.lang.String getNotes()

getParent

public RepositoryFolderInfoHelper getParent()

setParent

public void setParent(RepositoryFolderInfoHelper p)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getContents

public java.lang.Object getContents()
Description copied from interface: Publishable
Return the publishable content.
Specified by:
getContents in interface Publishable
Following copied from interface: com.bea.wlpi.common.Publishable
Returns:
A serializable object.

getEntryName

public java.lang.String getEntryName()
Description copied from interface: Publishable
Return the display name for the publishable object.
Specified by:
getEntryName in interface Publishable
Following copied from interface: com.bea.wlpi.common.Publishable
Returns:
Display name.

getType

public int getType()
Description copied from interface: Publishable
Return the type of publishable object.
Specified by:
getType in interface Publishable
Following copied from interface: com.bea.wlpi.common.Publishable
Returns:
Publishable object type: Publishable.TEMPLATE, Publishable.TEMPLATE_DEFINITION, Publishable.BUSINESS_OPERATION, Publishable.BUSINESS_CALENDAR, Publishable.USER, Publishable.ROLE, Publishable.ORG, Publishable.XML_REPOSITORY_FOLDER, Publishable.XML_REPOSITORY_ENTITY, Publishable.EVENT_KEY,

getOwnerName

public java.lang.String getOwnerName()
Description copied from interface: Publishable
Return the name of the object's owner.
Specified by:
getOwnerName in interface Publishable
Following copied from interface: com.bea.wlpi.common.Publishable
Returns:
The object's owner, if any.

isPublished

public boolean isPublished()
Description copied from interface: Publishable
Returns whether the object is published. Published objects cannot be modified.
Specified by:
isPublished in interface Publishable
Following copied from interface: com.bea.wlpi.common.Publishable
Returns:
true if the object is published.

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.