se.kmr.scam.client.http.helper
Class PasteBean

java.lang.Object
  extended byse.kmr.scam.client.http.helper.PasteBean

public class PasteBean
extends Object

Title:

Description:

Copyright: Copyright (c) 2002

Company:

Version:
1.0
Author:
jand

Field Summary
static String COPY
           
static String LINK
           
static String MOVE
           
static String NAME
           
 
Constructor Summary
PasteBean(String op, String manifest, Collection uris)
           
 
Method Summary
 String getManifest()
           
 Collection getURIs()
           
 boolean isCopyOp()
           
 boolean isLinkOp()
           
 boolean isMoveOp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

MOVE

public static final String MOVE
See Also:
Constant Field Values

COPY

public static final String COPY
See Also:
Constant Field Values

LINK

public static final String LINK
See Also:
Constant Field Values
Constructor Detail

PasteBean

public PasteBean(String op,
                 String manifest,
                 Collection uris)
Method Detail

getURIs

public Collection getURIs()

getManifest

public String getManifest()

isMoveOp

public boolean isMoveOp()

isCopyOp

public boolean isCopyOp()

isLinkOp

public boolean isLinkOp()


Copyright © 2003 SCAM. All Rights Reserved.