wt.enterprise
Class CopyObjectInfo

java.lang.Object
  extended bywt.enterprise.CopyObjectInfo
All Implemented Interfaces:
Serializable

public class CopyObjectInfo
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  RevisionControlled copy
           
private  RevisionControlled original
           
private static String RESOURCE
           
private  CopyRules rules
           
 
Constructor Summary
CopyObjectInfo(RevisionControlled a_Original, RevisionControlled a_Copy, CopyRules the_Rules)
          Constructor method.
 
Method Summary
 RevisionControlled getCopy()
          Gets the value of the attribute: copy; New copied object.
 RevisionControlled getOriginal()
          Gets the value of the attribute: original; Original object

Supported API: false
 CopyRules getRules()
          Gets the value of the attribute: rules; Rules for each class that Save As can be run against

Supported API: false
 void setCopy(RevisionControlled a_Copy)
          Sets the value of the attribute: copy; New copied object.
 void setOriginal(RevisionControlled a_Original)
          Sets the value of the attribute: original; Original object

Supported API: false
 void setRules(CopyRules a_Rules)
          Sets the value of the attribute: rules; Rules for each class that Save As can be run against

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

original

private RevisionControlled original

copy

private RevisionControlled copy

rules

private CopyRules rules
Constructor Detail

CopyObjectInfo

public CopyObjectInfo(RevisionControlled a_Original,
                      RevisionControlled a_Copy,
                      CopyRules the_Rules)
Constructor method.

Supported API: false

Parameters:
a_Original -
a_Copy -
the_Rules -
Method Detail

getOriginal

public RevisionControlled getOriginal()
Gets the value of the attribute: original; Original object

Supported API: false

Returns:
RevisionControlled

setOriginal

public void setOriginal(RevisionControlled a_Original)
                 throws WTPropertyVetoException
Sets the value of the attribute: original; Original object

Supported API: false

Parameters:
a_Original -
Throws:
WTPropertyVetoException

getCopy

public RevisionControlled getCopy()
Gets the value of the attribute: copy; New copied object.

Supported API: false

Returns:
RevisionControlled

setCopy

public void setCopy(RevisionControlled a_Copy)
             throws WTPropertyVetoException
Sets the value of the attribute: copy; New copied object.

Supported API: false

Parameters:
a_Copy -
Throws:
WTPropertyVetoException

getRules

public CopyRules getRules()
Gets the value of the attribute: rules; Rules for each class that Save As can be run against

Supported API: false

Returns:
CopyRules

setRules

public void setRules(CopyRules a_Rules)
              throws WTPropertyVetoException
Sets the value of the attribute: rules; Rules for each class that Save As can be run against

Supported API: false

Parameters:
a_Rules -
Throws:
WTPropertyVetoException