|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.CopyObjectInfo
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
private RevisionControlled original
private RevisionControlled copy
private CopyRules rules
Constructor Detail |
public CopyObjectInfo(RevisionControlled a_Original, RevisionControlled a_Copy, CopyRules the_Rules)
a_Original
- a_Copy
- the_Rules
- Method Detail |
public RevisionControlled getOriginal()
public void setOriginal(RevisionControlled a_Original) throws WTPropertyVetoException
a_Original
-
WTPropertyVetoException
public RevisionControlled getCopy()
public void setCopy(RevisionControlled a_Copy) throws WTPropertyVetoException
a_Copy
-
WTPropertyVetoException
public CopyRules getRules()
public void setRules(CopyRules a_Rules) throws WTPropertyVetoException
a_Rules
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |