com.ptc.netmarkets.interop
Class NmInteropContainerMoveDepenInfo

java.lang.Object
  extended bycom.ptc.netmarkets.interop.NmInteropContainerMoveDepenInfo
All Implemented Interfaces:
Externalizable, Serializable

public class NmInteropContainerMoveDepenInfo
extends Object
implements Externalizable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  boolean anyProEDocs
           
private static String CLASSNAME
           
static long EXTERNALIZATION_VERSION_UID
           
protected static long OLD_FORMAT_VERSION_UID
           
private  boolean performDepenChecking
           
private static String RESOURCE
           
private  String serializedTable
           
(package private) static long serialVersionUID
           
private  NmHTMLTable table
           
private  String userFeedbackMessage
           
 
Constructor Summary
NmInteropContainerMoveDepenInfo()
          

Supported API: false
 
Method Summary
 String getSerializedTable()
          Gets the value of the attribute: serializedTable.
 NmHTMLTable getTable()
          Gets the value of the attribute: table.
 String getUserFeedbackMessage()
          Gets the value of the attribute: userFeedbackMessage.
 boolean isAnyProEDocs()
          Gets the value of the attribute: anyProEDocs.
 boolean isPerformDepenChecking()
          Gets the value of the attribute: performDepenChecking.
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(NmInteropContainerMoveDepenInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
private  void serializedTableValidate(String a_SerializedTable)
           
 void setAnyProEDocs(boolean a_AnyProEDocs)
          Sets the value of the attribute: anyProEDocs.
 void setPerformDepenChecking(boolean a_PerformDepenChecking)
          Sets the value of the attribute: performDepenChecking.
 void setSerializedTable(String a_SerializedTable)
          Sets the value of the attribute: serializedTable.
 void setTable(NmHTMLTable a_Table)
          Sets the value of the attribute: table.
 void setUserFeedbackMessage(String a_UserFeedbackMessage)
          Sets the value of the attribute: userFeedbackMessage.
private  void userFeedbackMessageValidate(String a_UserFeedbackMessage)
           
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
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

table

private NmHTMLTable table

serializedTable

private String serializedTable

performDepenChecking

private boolean performDepenChecking

anyProEDocs

private boolean anyProEDocs

userFeedbackMessage

private String userFeedbackMessage

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values
Constructor Detail

NmInteropContainerMoveDepenInfo

public NmInteropContainerMoveDepenInfo()


Supported API: false

Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(NmInteropContainerMoveDepenInfo thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

getTable

public NmHTMLTable getTable()
Gets the value of the attribute: table.

Supported API: false

Returns:
NmHTMLTable

setTable

public void setTable(NmHTMLTable a_Table)
              throws WTPropertyVetoException
Sets the value of the attribute: table.

Supported API: false

Parameters:
a_Table -
Throws:
WTPropertyVetoException

getSerializedTable

public String getSerializedTable()
Gets the value of the attribute: serializedTable.

Supported API: false

Returns:
String

setSerializedTable

public void setSerializedTable(String a_SerializedTable)
                        throws WTPropertyVetoException
Sets the value of the attribute: serializedTable.

Supported API: false

Parameters:
a_SerializedTable -
Throws:
WTPropertyVetoException

serializedTableValidate

private void serializedTableValidate(String a_SerializedTable)
                              throws WTPropertyVetoException
Parameters:
a_SerializedTable -
Throws:
WTPropertyVetoException

isPerformDepenChecking

public boolean isPerformDepenChecking()
Gets the value of the attribute: performDepenChecking.

Supported API: false

Returns:
boolean

setPerformDepenChecking

public void setPerformDepenChecking(boolean a_PerformDepenChecking)
                             throws WTPropertyVetoException
Sets the value of the attribute: performDepenChecking.

Supported API: false

Parameters:
a_PerformDepenChecking -
Throws:
WTPropertyVetoException

isAnyProEDocs

public boolean isAnyProEDocs()
Gets the value of the attribute: anyProEDocs.

Supported API: false

Returns:
boolean

setAnyProEDocs

public void setAnyProEDocs(boolean a_AnyProEDocs)
                    throws WTPropertyVetoException
Sets the value of the attribute: anyProEDocs.

Supported API: false

Parameters:
a_AnyProEDocs -
Throws:
WTPropertyVetoException

getUserFeedbackMessage

public String getUserFeedbackMessage()
Gets the value of the attribute: userFeedbackMessage.

Supported API: false

Returns:
String

setUserFeedbackMessage

public void setUserFeedbackMessage(String a_UserFeedbackMessage)
                            throws WTPropertyVetoException
Sets the value of the attribute: userFeedbackMessage.

Supported API: false

Parameters:
a_UserFeedbackMessage -
Throws:
WTPropertyVetoException

userFeedbackMessageValidate

private void userFeedbackMessageValidate(String a_UserFeedbackMessage)
                                  throws WTPropertyVetoException
Parameters:
a_UserFeedbackMessage -
Throws:
WTPropertyVetoException